summaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches-r3776/326-bmiss_handling.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-07-18 22:50:46 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-07-18 22:50:46 +0000
commitfae1bbc01e16e048d3a3ac33e6afe3b43aac0d92 (patch)
tree1580f2bddebad1f36c88e6a15ca95a2cd4def52c /package/madwifi/patches-r3776/326-bmiss_handling.patch
parentb51f52d8ff0fad63a3a4be75bc77d147fbddfa54 (diff)
refresh madwifi-testing patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11866 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 668c93554..0c7263050 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 */