aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath')
-rw-r--r--drivers/net/wireless/ath/ath9k/xmit.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/xmit.c b/drivers/net/wireless/ath/ath9k/xmit.c
index 2c8327f308c9..00931b6f6304 100644
--- a/drivers/net/wireless/ath/ath9k/xmit.c
+++ b/drivers/net/wireless/ath/ath9k/xmit.c
@@ -2253,8 +2253,7 @@ int ath_tx_start(struct ieee80211_hw *hw, struct sk_buff *skb,
2253 if (txctl->an && queue) 2253 if (txctl->an && queue)
2254 tid = ath_get_skb_tid(sc, txctl->an, skb); 2254 tid = ath_get_skb_tid(sc, txctl->an, skb);
2255 2255
2256 if (info->flags & (IEEE80211_TX_CTL_PS_RESPONSE | 2256 if (info->flags & IEEE80211_TX_CTL_PS_RESPONSE) {
2257 IEEE80211_TX_CTL_TX_OFFCHAN)) {
2258 ath_txq_unlock(sc, txq); 2257 ath_txq_unlock(sc, txq);
2259 txq = sc->tx.uapsdq; 2258 txq = sc->tx.uapsdq;
2260 ath_txq_lock(sc, txq); 2259 ath_txq_lock(sc, txq);