]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: Fix offchannel queuing
authorSujith Manoharan <c_manoha@qca.qualcomm.com>
Wed, 24 Sep 2014 06:18:16 +0000 (11:48 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 26 Sep 2014 21:11:08 +0000 (17:11 -0400)
commit3f53e0d1d8ce74d6dd174208c35043927fbc5731
treebcda6e2198e152f4d27a7bdb146600cfec269941
parent762a4ad6222861eeb05f99355c82f70b5c0fc4f1
ath9k: Fix offchannel queuing

Clearing IEEE80211_TX_CTL_PS_RESPONSE in a frame
that is not in the current context doesn't seem right.
Instead make sure that we don't add such frames
to the UAPSD queue by using a local variable.

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