ath9k: add some more fixes for the tx queueing rework
[openwrt.git] / package / kernel / mac80211 / patches / 560-ath9k_prepare_tid_queue_split.patch
index d2c2bac..8ac5294 100644 (file)
                        TX_STAT_INC(txq->axq_qnum, a_queued_hw);
  
 -                      if (skb_queue_empty(&tid->buf_q))
-+                      if (ath_tid_has_buffered(tid))
++                      if (!ath_tid_has_buffered(tid))
                                ieee80211_sta_set_buffered(an->sta, i, false);
                }
                ath_txq_unlock_complete(sc, tid->ac->txq);