diff options
| -rw-r--r-- | drivers/net/wireless/ath/ath10k/mac.c | 1 |
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) | |||
| 2427 | case ATH10K_SCAN_RUNNING: | 2427 | case ATH10K_SCAN_RUNNING: |
| 2428 | if (ar->scan.is_roc) | 2428 | if (ar->scan.is_roc) |
| 2429 | ieee80211_remain_on_channel_expired(ar->hw); | 2429 | ieee80211_remain_on_channel_expired(ar->hw); |
| 2430 | /* fall through */ | ||
| 2430 | case ATH10K_SCAN_ABORTING: | 2431 | case ATH10K_SCAN_ABORTING: |
| 2431 | if (!ar->scan.is_roc) | 2432 | if (!ar->scan.is_roc) |
| 2432 | ieee80211_scan_completed(ar->hw, | 2433 | ieee80211_scan_completed(ar->hw, |
