From fae1bbc01e16e048d3a3ac33e6afe3b43aac0d92 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 18 Jul 2008 22:50:46 +0000 Subject: refresh madwifi-testing patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11866 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/madwifi/patches-r3776/326-bmiss_handling.patch | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'package/madwifi/patches-r3776/326-bmiss_handling.patch') 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 -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 */ -- cgit v1.2.3