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
commit20a9691a9e077665e9803ccbf9a6658ef9264fca (patch)
tree89bcb86ab23de51bfc2438b59ba28baf8e733b1b /package/madwifi/patches/449-fix_txbuf_leak.patch
parent268929b8017a15d80a4f1fe91a8deaddcdef5339 (diff)
downloadupstream-20a9691a9e077665e9803ccbf9a6658ef9264fca.tar.gz
upstream-20a9691a9e077665e9803ccbf9a6658ef9264fca.tar.bz2
upstream-20a9691a9e077665e9803ccbf9a6658ef9264fca.zip
madwifi: beacon timer fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18045 3c298f89-4303-0410-b956-a3cf2f4a3e73
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) {