]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: Use normal queues for offchannel frames
authorSujith Manoharan <c_manoha@qca.qualcomm.com>
Wed, 24 Sep 2014 06:18:15 +0000 (11:48 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 26 Sep 2014 21:11:08 +0000 (17:11 -0400)
commit083803fd80f65d683fa78d1f757d45e2a6e22f23
tree75932f5e1c27c7cc37a3c29af481bec19c8639ef
parent25fb4fd62b094a620392638bd1a6b9d9a2f59d5d
ath9k: Use normal queues for offchannel frames

There is no reason why frames marked with
IEEE80211_TX_CTL_TX_OFFCHAN have to be sent using
the UAPSD queue. Since mac80211 makes sure that
RoC is done before pushing an offchannel frame
to the driver, we can use the normal TX queues
for transmission.

Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/xmit.c