diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-09-29 13:13:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-09-29 13:13:16 +0000 |
commit | 92e5e35c77ea8beb9ede93446bf1186409365bd7 (patch) | |
tree | f1a4681c27449667f397c8ca3f26fb45e732d17a /package/mac80211/patches/520-ath9k_aggr_start_fix.patch | |
parent | faf45b7316d4864d52bc3efb01c3b3c9d395b8e2 (diff) | |
download | mtk-20170518-92e5e35c77ea8beb9ede93446bf1186409365bd7.zip mtk-20170518-92e5e35c77ea8beb9ede93446bf1186409365bd7.tar.gz mtk-20170518-92e5e35c77ea8beb9ede93446bf1186409365bd7.tar.bz2 |
mac80211: update to wireless-testing 2010-09-28
SVN-Revision: 23149
Diffstat (limited to 'package/mac80211/patches/520-ath9k_aggr_start_fix.patch')
-rw-r--r-- | package/mac80211/patches/520-ath9k_aggr_start_fix.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/mac80211/patches/520-ath9k_aggr_start_fix.patch b/package/mac80211/patches/520-ath9k_aggr_start_fix.patch deleted file mode 100644 index 1dcac53..0000000 --- a/package/mac80211/patches/520-ath9k_aggr_start_fix.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- 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; |