aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/ath9k')
-rw-r--r--drivers/net/wireless/ath/ath9k/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c
index 4a9901090811..db38a4e5a6e3 100644
--- a/drivers/net/wireless/ath/ath9k/main.c
+++ b/drivers/net/wireless/ath/ath9k/main.c
@@ -1049,9 +1049,6 @@ static int ath9k_start(struct ieee80211_hw *hw)
1049 sc->sc_flags &= ~SC_OP_INVALID; 1049 sc->sc_flags &= ~SC_OP_INVALID;
1050 sc->sc_ah->is_monitoring = false; 1050 sc->sc_ah->is_monitoring = false;
1051 1051
1052 /* Disable BMISS interrupt when we're not associated */
1053 ah->imask &= ~(ATH9K_INT_SWBA | ATH9K_INT_BMISS);
1054
1055 if (!ath_complete_reset(sc, false)) { 1052 if (!ath_complete_reset(sc, false)) {
1056 r = -EIO; 1053 r = -EIO;
1057 spin_unlock_bh(&sc->sc_pcu_lock); 1054 spin_unlock_bh(&sc->sc_pcu_lock);