summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k/ath9k.h
diff options
context:
space:
mode:
authorJouni Malinen2009-03-03 18:23:35 +0100
committerJohn W. Linville2009-03-05 20:39:46 +0100
commit18eb62f87a8d1dc6ed8a01a52e6b2b1600802608 (patch)
treebda7a8dd1e47d8e85311e0e8e033e7deef30350e /drivers/net/wireless/ath9k/ath9k.h
parentath9k: Register larger listen interval (diff)
downloadkernel-qcow2-linux-18eb62f87a8d1dc6ed8a01a52e6b2b1600802608.tar.gz
kernel-qcow2-linux-18eb62f87a8d1dc6ed8a01a52e6b2b1600802608.tar.xz
kernel-qcow2-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.h2
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 */