aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/449-fix_txbuf_leak.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-10-14 08:29:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-10-14 08:29:37 +0000
commit025ac2b36937e61a961c31718db980f1e021ddfe (patch)
treec3cd1c0da496d0bf8918bcbca2f8a11c72ecca90 /package/madwifi/patches/449-fix_txbuf_leak.patch
parent3b048781ea59950c086e7836a1492e501a8cdd4a (diff)
downloadupstream-025ac2b36937e61a961c31718db980f1e021ddfe.tar.gz
upstream-025ac2b36937e61a961c31718db980f1e021ddfe.tar.bz2
upstream-025ac2b36937e61a961c31718db980f1e021ddfe.zip
madwifi: beacon timer fixes
SVN-Revision: 18045
Diffstat (limited to 'package/madwifi/patches/449-fix_txbuf_leak.patch')
-rw-r--r--package/madwifi/patches/449-fix_txbuf_leak.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/patches/449-fix_txbuf_leak.patch b/package/madwifi/patches/449-fix_txbuf_leak.patch
index 9fd5ecb74c..31f2fef3a8 100644
--- a/package/madwifi/patches/449-fix_txbuf_leak.patch
+++ b/package/madwifi/patches/449-fix_txbuf_leak.patch
@@ -1,6 +1,6 @@
--- a/ath/if_ath.c
+++ b/ath/if_ath.c
-@@ -3725,6 +3725,7 @@ ff_bypass:
+@@ -3697,6 +3697,7 @@ ff_bypass:
*/
skb = ieee80211_encap(ni, skb, &framecnt);
if (skb == NULL) {