From c2e40eeace3af76767116f9912493a38f9888c55 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 7 Jul 2010 17:03:00 +0000 Subject: mac80211: update to wireless-testing 2010-07-06, add another patch to finally fix the annoying buffer leak in ath9k SVN-Revision: 22088 --- package/mac80211/patches/601-rt2x00-fix-hang-on-ifdown.patch | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'package/mac80211/patches/601-rt2x00-fix-hang-on-ifdown.patch') 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 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, ®); rt2x00_set_field32(®, WPDMA_RST_IDX_DTX_IDX0, (qid == QID_AC_BE)); --- -1.6.4.2 - -- cgit v1.2.3