commit | 8d9e464a27e4afca4782a632f4bb18ea5e1eec5d | [log] [tgz] |
---|---|---|
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | Wed Sep 24 11:48:16 2014 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Sep 26 17:11:08 2014 -0400 |
tree | bcda6e2198e152f4d27a7bdb146600cfec269941 | |
parent | c13a6a0535ec0338e804958e5353c8ff772838d2 [diff] |
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>