aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/pcu.c
diff options
context:
space:
mode:
authorJohn Linville <linville@tuxdriver.com>2015-01-19 14:09:15 -0500
committerKalle Valo <kvalo@codeaurora.org>2015-01-23 21:17:26 +0200
commitc0719334bf0b4d72fc0d22c484c698eec2a95c6d (patch)
tree7260b1e2d1ac2e922dc13f50d56dece114138c1e /drivers/net/wireless/ath/ath5k/pcu.c
parentath9k_htc: remove dead code in error path of ath9k_htc_txcompletion_cb (diff)
downloadlinux-dev-c0719334bf0b4d72fc0d22c484c698eec2a95c6d.tar.xz
linux-dev-c0719334bf0b4d72fc0d22c484c698eec2a95c6d.zip
ath5k: document a fall-through case in ath5k_hw_set_opmode
Coverity: CID 114932 Signed-off-by: John W. Linville <linville@tuxdriver.com> Acked-by: Nick Kossifidis <mickflemm@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to '')
-rw-r--r--drivers/net/wireless/ath/ath5k/pcu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath5k/pcu.c b/drivers/net/wireless/ath/ath5k/pcu.c
index c60d36aa13e2..bf29da5e90da 100644
--- a/drivers/net/wireless/ath/ath5k/pcu.c
+++ b/drivers/net/wireless/ath/ath5k/pcu.c
@@ -912,6 +912,7 @@ ath5k_hw_set_opmode(struct ath5k_hw *ah, enum nl80211_iftype op_mode)
pcu_reg |= AR5K_STA_ID1_KEYSRCH_MODE
| (ah->ah_version == AR5K_AR5210 ?
AR5K_STA_ID1_PWR_SV : 0);
+ /* fall through */
case NL80211_IFTYPE_MONITOR:
pcu_reg |= AR5K_STA_ID1_KEYSRCH_MODE
| (ah->ah_version == AR5K_AR5210 ?