mac80211: rework wds sta fix - check for the protocol of the incoming frame instead...
[openwrt/svn-archive/archive.git] / package / mac80211 / patches / 552-ath9k_fix_bar.patch
1 --- a/drivers/net/wireless/ath/ath9k/xmit.c
2 +++ b/drivers/net/wireless/ath/ath9k/xmit.c
3 @@ -429,7 +429,7 @@ static void ath_tx_complete_aggr(struct
4
5 ath_tx_count_frames(sc, bf, ts, txok, &nframes, &nbad);
6 while (bf) {
7 - txfail = txpending = 0;
8 + txfail = txpending = sendbar = 0;
9 bf_next = bf->bf_next;
10
11 skb = bf->bf_mpdu;