summaryrefslogtreecommitdiff
path: root/package/madwifi/patches/331-memory_alloc.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-10-03 15:17:34 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-10-03 15:17:34 +0000
commit187b76991db178fcb6361c58636268e1614b2a9c (patch)
tree779789c568e71b4bf9d53997d2241fccc98c0bc5 /package/madwifi/patches/331-memory_alloc.patch
parentcdcc68d689a5322bb3f5250122a806dcf2085b5f (diff)
downloadmtk-20170518-187b76991db178fcb6361c58636268e1614b2a9c.zip
mtk-20170518-187b76991db178fcb6361c58636268e1614b2a9c.tar.gz
mtk-20170518-187b76991db178fcb6361c58636268e1614b2a9c.tar.bz2
madwifi patch cleanup and stability fixes - fix a semi-random heisenbug by replacing the previous noderef fix with a simple hack that is not 100% correct, but safe. - add ad-hoc atim fixes by bruno - add napi polling fixes by sven-ola - fix compile breakage with debug enabled
SVN-Revision: 12838
Diffstat (limited to 'package/madwifi/patches/331-memory_alloc.patch')
-rw-r--r--package/madwifi/patches/331-memory_alloc.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/madwifi/patches/331-memory_alloc.patch b/package/madwifi/patches/331-memory_alloc.patch
index c18f6b4..49a42e9 100644
--- a/package/madwifi/patches/331-memory_alloc.patch
+++ b/package/madwifi/patches/331-memory_alloc.patch
@@ -1,6 +1,6 @@
--- a/ath/if_ath.c
+++ b/ath/if_ath.c
-@@ -3322,17 +3322,18 @@
+@@ -3320,17 +3320,18 @@
* without affecting any other bridge ports. */
if (skb_cloned(skb)) {
/* Remember the original SKB so we can free up our references */
@@ -25,7 +25,7 @@
eh = (struct ether_header *)skb->data;
#ifdef ATH_SUPERG_FF
-@@ -3603,6 +3604,8 @@
+@@ -3601,6 +3602,8 @@
sc->sc_stats.ast_tx_mgmt++;
return 0;
bad: