summaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/125-plug_memleak.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-03 21:03:58 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-03 21:03:58 +0000
commit1f9285016a01f115851b9b7f9adb39be52f2b0fa (patch)
tree67299745ce250452f86ee898b15e70afedae10d9 /package/madwifi/patches/125-plug_memleak.patch
parentf791c43be808991d05f85ed121fbed5a607f5550 (diff)
update to the latest madwifi snapshot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7864 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/125-plug_memleak.patch')
-rw-r--r--package/madwifi/patches/125-plug_memleak.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/madwifi/patches/125-plug_memleak.patch b/package/madwifi/patches/125-plug_memleak.patch
index 53a763965..429b851a7 100644
--- a/package/madwifi/patches/125-plug_memleak.patch
+++ b/package/madwifi/patches/125-plug_memleak.patch
@@ -1,9 +1,9 @@
-Index: madwifi-ng-r2420-20070602/net80211/ieee80211_input.c
+Index: madwifi-ng-r2525-20070630/net80211/ieee80211_input.c
===================================================================
---- madwifi-ng-r2420-20070602.orig/net80211/ieee80211_input.c 2007-07-02 12:50:31.839514500 +0200
-+++ madwifi-ng-r2420-20070602/net80211/ieee80211_input.c 2007-07-02 12:51:10.309918750 +0200
-@@ -2832,7 +2832,7 @@
- ieee80211_add_scan(vap, &scan, wh, subtype, rssi, rstamp);
+--- madwifi-ng-r2525-20070630.orig/net80211/ieee80211_input.c 2007-07-03 23:02:31.005981500 +0200
++++ madwifi-ng-r2525-20070630/net80211/ieee80211_input.c 2007-07-03 23:02:31.926039000 +0200
+@@ -2873,7 +2873,7 @@
+ ieee80211_add_scan(vap, &scan, wh, subtype, rssi, rtsf);
return;
}
- if (scan.capinfo & IEEE80211_CAPINFO_IBSS) {