diff options
author | Jouni Malinen <jouni.malinen@atheros.com> | 2009-03-03 18:23:35 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-03-05 20:39:46 +0100 |
commit | 18eb62f87a8d1dc6ed8a01a52e6b2b1600802608 (patch) | |
tree | bda7a8dd1e47d8e85311e0e8e033e7deef30350e /drivers/net/wireless/ath9k/ath9k.h | |
parent | ath9k: Register larger listen interval (diff) | |
download | linux-18eb62f87a8d1dc6ed8a01a52e6b2b1600802608.tar.xz linux-18eb62f87a8d1dc6ed8a01a52e6b2b1600802608.zip |
ath9k: Pause other virtual wiphys on channel change
For now, allow channel changes immediately and just force the other
virtual wiphys to paused state. This is needed to allow
mac80211-controlled scan to control channel changes.
Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath9k/ath9k.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath9k/ath9k.h b/drivers/net/wireless/ath9k/ath9k.h index cb9cb7232489..24373d395e49 100644 --- a/drivers/net/wireless/ath9k/ath9k.h +++ b/drivers/net/wireless/ath9k/ath9k.h @@ -710,5 +710,7 @@ int ath9k_wiphy_unpause(struct ath_wiphy *aphy); int ath9k_wiphy_select(struct ath_wiphy *aphy); void ath9k_wiphy_chan_work(struct work_struct *work); bool ath9k_wiphy_started(struct ath_softc *sc); +void ath9k_wiphy_pause_all_forced(struct ath_softc *sc, + struct ath_wiphy *selected); #endif /* ATH9K_H */ |