summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
diff options
context:
space:
mode:
authorJohn W. Linville2015-01-12 22:07:02 +0100
committerKalle Valo2015-01-15 11:35:48 +0100
commitf6eaf1e063bc0cb8efbd514aaffe5a4ef575ee02 (patch)
tree02a95d80378efe3470b4b92a261fb640d77033fe /drivers/net/wireless
parentath10k: prevent fw reg dump spam (diff)
downloadkernel-qcow2-linux-f6eaf1e063bc0cb8efbd514aaffe5a4ef575ee02.tar.gz
kernel-qcow2-linux-f6eaf1e063bc0cb8efbd514aaffe5a4ef575ee02.tar.xz
kernel-qcow2-linux-f6eaf1e063bc0cb8efbd514aaffe5a4ef575ee02.zip
ath10k: document switch case fall-through in __ath10k_scan_finish
Add a comment for indicating that the ATH10K_SCAN_RUNNING case falls through to the ATH10K_SCAN_ABORTING case in __ath10k_scan_finish. This will document that the lack of a break is intentional. Coverity: CID 1260017 Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r--drivers/net/wireless/ath/ath10k/mac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c
index 36dde244b95f..9524bc59997f 100644
--- a/drivers/net/wireless/ath/ath10k/mac.c
+++ b/drivers/net/wireless/ath/ath10k/mac.c
@@ -2427,6 +2427,7 @@ void __ath10k_scan_finish(struct ath10k *ar)
case ATH10K_SCAN_RUNNING:
if (ar->scan.is_roc)
ieee80211_remain_on_channel_expired(ar->hw);
+ /* fall through */
case ATH10K_SCAN_ABORTING:
if (!ar->scan.is_roc)
ieee80211_scan_completed(ar->hw,