X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fmadwifi%2Fpatches%2F361-bmiss_handling.patch;h=8de323ed9f9622f92bf83b17cdf6f53e1420b20f;hp=814a916dd0b397c830cea75b8a39547c921c974c;hb=61dca72b9056120a4238bc42545516df4c996d2e;hpb=1adfd5891f81bfe17440a78ced21d6317069493d 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 --- 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 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 --- 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 */