summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivek Natarajan2009-09-02 12:20:55 +0200
committerJohn W. Linville2009-09-02 21:29:04 +0200
commitd0bec34293bb0b8dddc26d25bd46a6631d6b3ec3 (patch)
tree1fb6c563c99b764b563b4881dea49706d20f9428
parentcfg80211: fix looping soft lockup in find_ie() (diff)
downloadkernel-qcow2-linux-d0bec34293bb0b8dddc26d25bd46a6631d6b3ec3.tar.gz
kernel-qcow2-linux-d0bec34293bb0b8dddc26d25bd46a6631d6b3ec3.tar.xz
kernel-qcow2-linux-d0bec34293bb0b8dddc26d25bd46a6631d6b3ec3.zip
ath9k: Reconfigure beacon timers after the scan is completed.
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);
}