mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
mac80211: upgrade to wireless-testing 2010-09-14, replace the external carl9170 with the recently merged upstream version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23061 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
12
package/mac80211/patches/520-ath9k_aggr_start_fix.patch
Normal file
12
package/mac80211/patches/520-ath9k_aggr_start_fix.patch
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user