From 2f014eb8e82152c3e31fba135b45cdf026de7fd1 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 31 Aug 2010 23:34:21 +0000 Subject: mac80211: update to wireless-testing 2010-08-31 SVN-Revision: 22865 --- package/mac80211/patches/530-ath9k_aggr_start_fix.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/mac80211/patches/530-ath9k_aggr_start_fix.patch (limited to 'package/mac80211/patches/530-ath9k_aggr_start_fix.patch') diff --git a/package/mac80211/patches/530-ath9k_aggr_start_fix.patch b/package/mac80211/patches/530-ath9k_aggr_start_fix.patch new file mode 100644 index 0000000000..1dcac53e4e --- /dev/null +++ b/package/mac80211/patches/530-ath9k_aggr_start_fix.patch @@ -0,0 +1,12 @@ +--- a/drivers/net/wireless/ath/ath9k/xmit.c ++++ b/drivers/net/wireless/ath/ath9k/xmit.c +@@ -124,7 +124,8 @@ static void ath_tx_resume_tid(struct ath + { + struct ath_txq *txq = &sc->tx.txq[tid->ac->qnum]; + +- WARN_ON(!tid->paused); ++ if (!tid->paused) ++ return; + + spin_lock_bh(&txq->axq_lock); + tid->paused = false; -- cgit v1.2.3