diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c index efee193801d7..c2efdf2d72d3 100644 --- a/drivers/net/wireless/ath/ath9k/main.c +++ b/drivers/net/wireless/ath/ath9k/main.c | |||
@@ -2773,6 +2773,7 @@ static void ath9k_sw_scan_complete(struct ieee80211_hw *hw) | |||
2773 | sc->sc_flags &= ~SC_OP_SCANNING; | 2773 | sc->sc_flags &= ~SC_OP_SCANNING; |
2774 | sc->sc_flags |= SC_OP_FULL_RESET; | 2774 | sc->sc_flags |= SC_OP_FULL_RESET; |
2775 | spin_unlock_bh(&sc->ani_lock); | 2775 | spin_unlock_bh(&sc->ani_lock); |
2776 | ath_beacon_config(sc, NULL); | ||
2776 | mutex_unlock(&sc->mutex); | 2777 | mutex_unlock(&sc->mutex); |
2777 | } | 2778 | } |
2778 | 2779 | ||