summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/560-ath9k_tx_buf_return_cleanup.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-14 00:09:26 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-14 00:09:26 +0000
commit45016a01bd2210e3645ec04f67dfa354b7c64fb3 (patch)
tree5774c292ea9da1915b0aab74c31081322425e293 /package/mac80211/patches/560-ath9k_tx_buf_return_cleanup.patch
parent7b9aaa1a8c4d6ddf9df6bda9d35d86389b36445d (diff)
mac80211: update to wireless-testing 2010-04-13, add some more fixes for the ar9300 patch set, fixes #7135
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20849 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/560-ath9k_tx_buf_return_cleanup.patch')
-rw-r--r--package/mac80211/patches/560-ath9k_tx_buf_return_cleanup.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/mac80211/patches/560-ath9k_tx_buf_return_cleanup.patch b/package/mac80211/patches/560-ath9k_tx_buf_return_cleanup.patch
index 622b57720..2d5fb0aa8 100644
--- a/package/mac80211/patches/560-ath9k_tx_buf_return_cleanup.patch
+++ b/package/mac80211/patches/560-ath9k_tx_buf_return_cleanup.patch
@@ -46,7 +46,7 @@
ATH_TXBUF_RESET(tbf);
tbf->aphy = bf->aphy;
-@@ -1083,9 +1104,7 @@ void ath_draintxq(struct ath_softc *sc,
+@@ -1084,9 +1105,7 @@ void ath_draintxq(struct ath_softc *sc,
list_del(&bf->list);
spin_unlock_bh(&txq->axq_lock);
@@ -57,7 +57,7 @@
continue;
}
}
-@@ -1305,25 +1324,6 @@ static void ath_tx_txqaddbuf(struct ath_
+@@ -1306,25 +1325,6 @@ static void ath_tx_txqaddbuf(struct ath_
txq->axq_depth++;
}
@@ -83,7 +83,7 @@
static void ath_tx_send_ampdu(struct ath_softc *sc, struct ath_atx_tid *tid,
struct list_head *bf_head,
struct ath_tx_control *txctl)
-@@ -1805,9 +1805,7 @@ int ath_tx_start(struct ieee80211_hw *hw
+@@ -1806,9 +1806,7 @@ int ath_tx_start(struct ieee80211_hw *hw
}
spin_unlock_bh(&txq->axq_lock);
@@ -94,7 +94,7 @@
return r;
}
-@@ -2121,13 +2119,12 @@ static void ath_tx_processq(struct ath_s
+@@ -2122,13 +2120,12 @@ static void ath_tx_processq(struct ath_s
txq->axq_depth--;
txok = !(ts.ts_status & ATH9K_TXERR_MASK);
txq->axq_tx_inprogress = false;