]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: Virtual wiphy pause/unpause functionality
authorJouni Malinen <jouni.malinen@atheros.com>
Tue, 3 Mar 2009 17:23:31 +0000 (19:23 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 5 Mar 2009 19:39:45 +0000 (14:39 -0500)
commit7fc6181a00ea2e5ac4957c871d31d15b8b7894c6
tree005de0605ebb2899a671e5ebc06e5b45393f91e5
parent6fc4a4e6b01abbf4accb478bacac42597f0b724f
ath9k: Virtual wiphy pause/unpause functionality

Allow virtual wiphys to be paused/unpaused to allow off-channel
operations. Pause will stop all TX queues for the wiphy and move the
STA into power save mode if in managed mode. Unpause wakes up the TX
queues and notifies the AP that the STA woke up if in managed mode.

Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath9k/ath9k.h
drivers/net/wireless/ath9k/beacon.c
drivers/net/wireless/ath9k/main.c
drivers/net/wireless/ath9k/rc.h
drivers/net/wireless/ath9k/virtual.c
drivers/net/wireless/ath9k/xmit.c