Gustavo A. R. Silva 85a55ff2cf mac80211_hwsim: mark expected switch fall-through
In preparation to enabling -Wimplicit-fallthrough, mark switch
cases where we are expecting to fall through.

This patch fixes the following warning:

drivers/net/wireless/mac80211_hwsim.c: In function ‘init_mac80211_hwsim’:
drivers/net/wireless/mac80211_hwsim.c:3853:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
    param.reg_strict = true;
    ~~~~~~~~~~~~~~~~~^~~~~~
drivers/net/wireless/mac80211_hwsim.c:3854:3: note: here
   case HWSIM_REGTEST_DRIVER_REG_ALL:
   ^~~~

Warning level 3 was used: -Wimplicit-fallthrough=3

This patch is part of the ongoing efforts to enable
-Wimplicit-fallthrough.

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2019-05-24 11:26:44 +02:00
..
2019-05-13 09:23:18 -04:00
2019-05-08 12:25:12 -07:00
2019-05-07 09:18:12 -07:00
2019-05-01 22:43:26 -04:00
2019-05-09 08:51:45 -07:00
2019-05-08 21:35:19 -07:00
2019-05-08 21:35:19 -07:00
2019-05-07 08:50:40 -07:00
2019-05-09 09:02:46 -07:00
2019-05-13 09:23:18 -04:00
2019-05-07 18:02:51 -07:00
2019-05-07 18:14:36 -07:00
2019-05-08 21:35:19 -07:00
2019-05-07 12:56:19 -07:00
2019-05-09 08:51:45 -07:00
2019-05-10 05:29:27 -07:00
2019-05-07 12:56:19 -07:00
2019-05-07 18:14:36 -07:00
2019-05-08 10:12:46 -07:00
2019-05-09 08:40:55 -07:00
2019-05-08 10:03:52 -07:00
2019-05-12 07:00:21 -04:00
2019-05-01 14:57:23 -07:00
2019-05-10 12:57:15 -04:00
2019-04-24 10:30:45 +10:00
2019-05-12 07:00:21 -04:00
2019-05-08 17:13:35 -07:00
2019-05-08 10:12:46 -07:00
2019-05-09 08:51:45 -07:00
2019-05-08 21:35:19 -07:00
2019-05-08 10:12:46 -07:00
2019-05-09 08:51:45 -07:00
2019-05-08 21:35:19 -07:00
2019-05-13 09:23:18 -04:00
2019-05-10 12:59:51 -04:00
2019-05-07 13:39:22 -07:00
2019-05-13 09:20:42 -04:00