diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-07-25 22:41:13 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-07-25 22:41:13 +0000 |
commit | a0a21d42684a78d27683115297ef16457ca64d12 (patch) | |
tree | 6b3b48625337e88e09271f30aa0055dd07a7e161 /package/madwifi/patches/361-bmiss_handling.patch | |
parent | aee16549b6213ab193b972d3cebea5ebc3bae7c1 (diff) | |
download | upstream-a0a21d42684a78d27683115297ef16457ca64d12.tar.gz upstream-a0a21d42684a78d27683115297ef16457ca64d12.tar.bz2 upstream-a0a21d42684a78d27683115297ef16457ca64d12.zip |
refresh madwifi patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11932 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/361-bmiss_handling.patch')
-rw-r--r-- | package/madwifi/patches/361-bmiss_handling.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/madwifi/patches/361-bmiss_handling.patch b/package/madwifi/patches/361-bmiss_handling.patch index 814a916dd0..8de323ed9f 100644 --- a/package/madwifi/patches/361-bmiss_handling.patch +++ b/package/madwifi/patches/361-bmiss_handling.patch @@ -7,7 +7,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org> --- a/net80211/ieee80211_input.c +++ b/net80211/ieee80211_input.c -@@ -3398,12 +3398,17 @@ +@@ -3400,12 +3400,17 @@ } /* WDS/Repeater: re-schedule software beacon timer for @@ -70,7 +70,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org> if (ic->ic_roaming == IEEE80211_ROAMING_AUTO) { #ifdef ATH_SUPERG_DYNTURBO /* -@@ -1617,14 +1642,14 @@ +@@ -1621,14 +1646,14 @@ } /* WDS/Repeater: Start software beacon timer for STA */ @@ -92,7 +92,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org> --- a/net80211/ieee80211_var.h +++ b/net80211/ieee80211_var.h -@@ -282,6 +282,7 @@ +@@ -283,6 +283,7 @@ struct timer_list iv_swbmiss; /* software beacon miss timer */ u_int16_t iv_swbmiss_period; /* software beacon miss timer period */ |