diff options
author | Vivek Natarajan <vivek.natraj@gmail.com> | 2009-09-02 06:20:55 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-09-02 15:29:04 -0400 |
commit | d0bec34293bb0b8dddc26d25bd46a6631d6b3ec3 (patch) | |
tree | 1fb6c563c99b764b563b4881dea49706d20f9428 /drivers/net/wireless | |
parent | fcc6cb0c13555e78c2d47257b6d1b5e59b0c419a (diff) |
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>
Diffstat (limited to 'drivers/net/wireless')
-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 | ||