diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-01-15 13:41:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-01-15 13:41:06 +0000 |
commit | 098e2d7ca1532be6301cec2343956c9bee7ea583 (patch) | |
tree | a16671023fb38211d7a6a76645a1d4db6bbb4fd3 /package/mac80211/patches/552-ath9k_fix_bar.patch | |
parent | 63aeef20c0a17dd06432f00d9c4fa66b3d00e32b (diff) | |
download | upstream-098e2d7ca1532be6301cec2343956c9bee7ea583.tar.gz upstream-098e2d7ca1532be6301cec2343956c9bee7ea583.tar.bz2 upstream-098e2d7ca1532be6301cec2343956c9bee7ea583.zip |
ath9k: fix a few more aggregation related issues, should improve stability
SVN-Revision: 25007
Diffstat (limited to 'package/mac80211/patches/552-ath9k_fix_bar.patch')
-rw-r--r-- | package/mac80211/patches/552-ath9k_fix_bar.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/mac80211/patches/552-ath9k_fix_bar.patch b/package/mac80211/patches/552-ath9k_fix_bar.patch new file mode 100644 index 0000000000..074b8f5d0e --- /dev/null +++ b/package/mac80211/patches/552-ath9k_fix_bar.patch @@ -0,0 +1,11 @@ +--- a/drivers/net/wireless/ath/ath9k/xmit.c ++++ b/drivers/net/wireless/ath/ath9k/xmit.c +@@ -429,7 +429,7 @@ static void ath_tx_complete_aggr(struct + + ath_tx_count_frames(sc, bf, ts, txok, &nframes, &nbad); + while (bf) { +- txfail = txpending = 0; ++ txfail = txpending = sendbar = 0; + bf_next = bf->bf_next; + + skb = bf->bf_mpdu; |