aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/128-adhoc_memleak.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2007-10-20 19:13:53 +0000
committerJohn Crispin <blogic@openwrt.org>2007-10-20 19:13:53 +0000
commit5e6504c49fa6048e6deda8970b1f330c7b894e74 (patch)
tree4a7b78842d14607c5d88695d8744e155d20b4d8d /package/madwifi/patches/128-adhoc_memleak.patch
parentc7a904d8e3c531dcd39cc7cf353093659e079487 (diff)
downloadupstream-5e6504c49fa6048e6deda8970b1f330c7b894e74.tar.gz
upstream-5e6504c49fa6048e6deda8970b1f330c7b894e74.tar.bz2
upstream-5e6504c49fa6048e6deda8970b1f330c7b894e74.zip
refreshed madwifi patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9380 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/128-adhoc_memleak.patch')
-rw-r--r--package/madwifi/patches/128-adhoc_memleak.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/madwifi/patches/128-adhoc_memleak.patch b/package/madwifi/patches/128-adhoc_memleak.patch
index 3fca4ef983..6f3ad49a1e 100644
--- a/package/madwifi/patches/128-adhoc_memleak.patch
+++ b/package/madwifi/patches/128-adhoc_memleak.patch
@@ -1,7 +1,7 @@
Index: madwifi-ng-r2568-20070710/net80211/ieee80211_input.c
===================================================================
---- madwifi-ng-r2568-20070710.orig/net80211/ieee80211_input.c 2007-07-24 00:01:54.068861828 +0200
-+++ madwifi-ng-r2568-20070710/net80211/ieee80211_input.c 2007-07-24 00:02:44.035709278 +0200
+--- madwifi-ng-r2568-20070710.orig/net80211/ieee80211_input.c 2007-10-20 20:52:09.000000000 +0200
++++ madwifi-ng-r2568-20070710/net80211/ieee80211_input.c 2007-10-20 20:52:44.000000000 +0200
@@ -2875,7 +2875,7 @@
}
if ((vap->iv_opmode == IEEE80211_M_IBSS) &&
@@ -13,8 +13,8 @@ Index: madwifi-ng-r2568-20070710/net80211/ieee80211_input.c
} else {
Index: madwifi-ng-r2568-20070710/net80211/ieee80211_node.c
===================================================================
---- madwifi-ng-r2568-20070710.orig/net80211/ieee80211_node.c 2007-07-24 00:02:51.284122342 +0200
-+++ madwifi-ng-r2568-20070710/net80211/ieee80211_node.c 2007-07-24 00:03:04.540877800 +0200
+--- madwifi-ng-r2568-20070710.orig/net80211/ieee80211_node.c 2007-10-20 20:52:09.000000000 +0200
++++ madwifi-ng-r2568-20070710/net80211/ieee80211_node.c 2007-10-20 20:52:39.000000000 +0200
@@ -1205,7 +1205,7 @@
struct ieee80211com *ic = vap->iv_ic;
struct ieee80211_node *ni;