aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/125-plug_memleak.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-07-03 21:03:58 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-07-03 21:03:58 +0000
commit9fd129d453c801b48b1ac4f4a94cab7169d9a913 (patch)
tree67299745ce250452f86ee898b15e70afedae10d9 /package/madwifi/patches/125-plug_memleak.patch
parentf33a8240f226ceac19381382910740e260db8b14 (diff)
downloadupstream-9fd129d453c801b48b1ac4f4a94cab7169d9a913.tar.gz
upstream-9fd129d453c801b48b1ac4f4a94cab7169d9a913.tar.bz2
upstream-9fd129d453c801b48b1ac4f4a94cab7169d9a913.zip
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 53a7639655..429b851a75 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) {