aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches-r3776/326-bmiss_handling.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-07-18 22:50:46 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-07-18 22:50:46 +0000
commit16731f482f4d3f3e94c90beb70c9cbba9c8dd631 (patch)
tree59850f98e47a5e8165d1a1084b7e78d45db77b64 /package/madwifi/patches-r3776/326-bmiss_handling.patch
parent4d144eee67a94959f1a5d875678e466775782c14 (diff)
downloadupstream-16731f482f4d3f3e94c90beb70c9cbba9c8dd631.tar.gz
upstream-16731f482f4d3f3e94c90beb70c9cbba9c8dd631.tar.bz2
upstream-16731f482f4d3f3e94c90beb70c9cbba9c8dd631.zip
refresh madwifi-testing patches
SVN-Revision: 11866
Diffstat (limited to 'package/madwifi/patches-r3776/326-bmiss_handling.patch')
-rw-r--r--package/madwifi/patches-r3776/326-bmiss_handling.patch18
1 files changed, 6 insertions, 12 deletions
diff --git a/package/madwifi/patches-r3776/326-bmiss_handling.patch b/package/madwifi/patches-r3776/326-bmiss_handling.patch
index 668c935547..0c72630503 100644
--- a/package/madwifi/patches-r3776/326-bmiss_handling.patch
+++ b/package/madwifi/patches-r3776/326-bmiss_handling.patch
@@ -5,10 +5,8 @@ for the APs probe response.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
-Index: madwifi-trunk-r3776/net80211/ieee80211_input.c
-===================================================================
---- madwifi-trunk-r3776.orig/net80211/ieee80211_input.c 2008-07-17 04:03:07.000000000 +0200
-+++ madwifi-trunk-r3776/net80211/ieee80211_input.c 2008-07-17 04:06:33.000000000 +0200
+--- a/net80211/ieee80211_input.c
++++ b/net80211/ieee80211_input.c
@@ -3369,12 +3369,17 @@
}
@@ -31,10 +29,8 @@ Index: madwifi-trunk-r3776/net80211/ieee80211_input.c
/* If scanning, pass the info to the scan module.
* Otherwise, check if it's the right time to do
-Index: madwifi-trunk-r3776/net80211/ieee80211_proto.c
-===================================================================
---- madwifi-trunk-r3776.orig/net80211/ieee80211_proto.c 2008-07-17 04:06:18.000000000 +0200
-+++ madwifi-trunk-r3776/net80211/ieee80211_proto.c 2008-07-17 04:06:33.000000000 +0200
+--- a/net80211/ieee80211_proto.c
++++ b/net80211/ieee80211_proto.c
@@ -1213,6 +1213,8 @@
}
/* XXX locking */
@@ -94,10 +90,8 @@ Index: madwifi-trunk-r3776/net80211/ieee80211_proto.c
mod_timer(&vap->iv_swbmiss, jiffies + vap->iv_swbmiss_period);
}
-Index: madwifi-trunk-r3776/net80211/ieee80211_var.h
-===================================================================
---- madwifi-trunk-r3776.orig/net80211/ieee80211_var.h 2008-07-17 04:03:07.000000000 +0200
-+++ madwifi-trunk-r3776/net80211/ieee80211_var.h 2008-07-17 04:06:33.000000000 +0200
+--- a/net80211/ieee80211_var.h
++++ b/net80211/ieee80211_var.h
@@ -292,6 +292,7 @@
struct timer_list iv_swbmiss; /* software beacon miss timer */