diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-08-30 20:59:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-08-30 20:59:57 +0000 |
commit | a4ad23919126a8d563e45f57ed839b504e319549 (patch) | |
tree | f050655a5dec98c9df6eeb58608f4b1f65c55db9 /package/mac80211/patches/581-ath9k_use_reset_work.patch | |
parent | be077babbf4624fbe21b4b82699de98f088cead7 (diff) | |
download | upstream-a4ad23919126a8d563e45f57ed839b504e319549.tar.gz upstream-a4ad23919126a8d563e45f57ed839b504e319549.tar.bz2 upstream-a4ad23919126a8d563e45f57ed839b504e319549.zip |
ath9k: add a missing dma cache sync on aggregation software retry
SVN-Revision: 28132
Diffstat (limited to 'package/mac80211/patches/581-ath9k_use_reset_work.patch')
-rw-r--r-- | package/mac80211/patches/581-ath9k_use_reset_work.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/mac80211/patches/581-ath9k_use_reset_work.patch b/package/mac80211/patches/581-ath9k_use_reset_work.patch index 309da0d835..b9dce8a1a1 100644 --- a/package/mac80211/patches/581-ath9k_use_reset_work.patch +++ b/package/mac80211/patches/581-ath9k_use_reset_work.patch @@ -246,7 +246,7 @@ /**********************/ --- a/drivers/net/wireless/ath/ath9k/xmit.c +++ b/drivers/net/wireless/ath/ath9k/xmit.c -@@ -600,8 +600,10 @@ static void ath_tx_complete_aggr(struct +@@ -603,8 +603,10 @@ static void ath_tx_complete_aggr(struct rcu_read_unlock(); @@ -259,7 +259,7 @@ } static bool ath_lookup_legacy(struct ath_buf *bf) -@@ -2181,6 +2183,9 @@ static void ath_tx_processq(struct ath_s +@@ -2184,6 +2186,9 @@ static void ath_tx_processq(struct ath_s spin_lock_bh(&txq->axq_lock); for (;;) { @@ -269,7 +269,7 @@ if (list_empty(&txq->axq_q)) { txq->axq_link = NULL; if (sc->sc_flags & SC_OP_TXAGGR) -@@ -2268,9 +2273,7 @@ static void ath_tx_complete_poll_work(st +@@ -2271,9 +2276,7 @@ static void ath_tx_complete_poll_work(st if (needreset) { ath_dbg(ath9k_hw_common(sc->sc_ah), ATH_DBG_RESET, "tx hung, resetting the chip\n"); @@ -280,7 +280,7 @@ } ieee80211_queue_delayed_work(sc->hw, &sc->tx_complete_work, -@@ -2303,6 +2306,9 @@ void ath_tx_edma_tasklet(struct ath_soft +@@ -2306,6 +2309,9 @@ void ath_tx_edma_tasklet(struct ath_soft int status; for (;;) { |