[package] qos-scripts: Rework qos-stat script
[openwrt/svn-archive/archive.git] / package / mac80211 / patches / 530-ath9k_aggr_flush_fix.patch
1 --- a/drivers/net/wireless/ath/ath9k/xmit.c
2 +++ b/drivers/net/wireless/ath/ath9k/xmit.c
3 @@ -169,7 +169,7 @@ static void ath_tx_flush_tid(struct ath_
4 ath_tx_update_baw(sc, tid, fi->seqno);
5 ath_tx_complete_buf(sc, bf, txq, &bf_head, &ts, 0, 0);
6 } else {
7 - ath_tx_send_normal(sc, txq, tid, &bf_head);
8 + ath_tx_send_normal(sc, txq, NULL, &bf_head);
9 }
10 spin_lock_bh(&txq->axq_lock);
11 }