aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek Natarajan <vivek.natraj@gmail.com>2009-09-02 15:50:55 +0530
committerJohn W. Linville <linville@tuxdriver.com>2009-09-02 15:29:04 -0400
commitd0bec34293bb0b8dddc26d25bd46a6631d6b3ec3 (patch)
tree1fb6c563c99b764b563b4881dea49706d20f9428
parentfcc6cb0c13555e78c2d47257b6d1b5e59b0c419a (diff)
ath9k: Reconfigure beacon timers after the scan is completed.master-2009-09-02
Signed-off-by: Vivek Natarajan <vnatarajan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--drivers/net/wireless/ath/ath9k/main.c1
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)
sc->sc_flags &= ~SC_OP_SCANNING;
sc->sc_flags |= SC_OP_FULL_RESET;
spin_unlock_bh(&sc->ani_lock);
+ ath_beacon_config(sc, NULL);
mutex_unlock(&sc->mutex);
}