From: Sujith Manoharan Date: Wed, 24 Sep 2014 06:18:16 +0000 (+0530) Subject: ath9k: Fix offchannel queuing X-Git-Tag: fixes-against-v3.18-rc2~144^2~39^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d9e464a27e4afca4782a632f4bb18ea5e1eec5d;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed