summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/601-rt2x00-fix-hang-on-ifdown.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-07-07 17:03:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-07-07 17:03:00 +0000
commitc2e40eeace3af76767116f9912493a38f9888c55 (patch)
treecb79659dbe88f514d1be993f10cad2517d6f3673 /package/mac80211/patches/601-rt2x00-fix-hang-on-ifdown.patch
parent29ac8cfbf72d7160ad01177497a6f517bd3100f8 (diff)
downloadmaster-31e0f0ae-c2e40eeace3af76767116f9912493a38f9888c55.tar.gz
master-31e0f0ae-c2e40eeace3af76767116f9912493a38f9888c55.tar.bz2
master-31e0f0ae-c2e40eeace3af76767116f9912493a38f9888c55.zip
mac80211: update to wireless-testing 2010-07-06, add another patch to finally fix the annoying buffer leak in ath9k
SVN-Revision: 22088
Diffstat (limited to 'package/mac80211/patches/601-rt2x00-fix-hang-on-ifdown.patch')
-rw-r--r--package/mac80211/patches/601-rt2x00-fix-hang-on-ifdown.patch7
1 files changed, 1 insertions, 6 deletions
diff --git a/package/mac80211/patches/601-rt2x00-fix-hang-on-ifdown.patch b/package/mac80211/patches/601-rt2x00-fix-hang-on-ifdown.patch
index a584d00098..5b1ae415ad 100644
--- a/package/mac80211/patches/601-rt2x00-fix-hang-on-ifdown.patch
+++ b/package/mac80211/patches/601-rt2x00-fix-hang-on-ifdown.patch
@@ -14,11 +14,9 @@ Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
drivers/net/wireless/rt2x00/rt2800pci.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
-diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c b/drivers/net/wireless/rt2x00/rt2800pci.c
-index 165da7b..bb35350 100644
--- a/drivers/net/wireless/rt2x00/rt2800pci.c
+++ b/drivers/net/wireless/rt2x00/rt2800pci.c
-@@ -737,6 +737,10 @@ static void rt2800pci_kill_tx_queue(struct rt2x00_dev *rt2x00dev,
+@@ -749,6 +749,10 @@ static void rt2800pci_kill_tx_queue(stru
rt2800_register_write(rt2x00dev, BCN_TIME_CFG, 0);
return;
}
@@ -29,6 +27,3 @@ index 165da7b..bb35350 100644
rt2800_register_read(rt2x00dev, WPDMA_RST_IDX, &reg);
rt2x00_set_field32(&reg, WPDMA_RST_IDX_DTX_IDX0, (qid == QID_AC_BE));
---
-1.6.4.2
-