mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 20:53:22 +02:00
allow larger beacon interval values - useful for big mesh networks (patch by sven-ola)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12886 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d3dafc2ca8
commit
08e4e4ee7c
13
package/madwifi/patches/382-relax_bintval.patch
Normal file
13
package/madwifi/patches/382-relax_bintval.patch
Normal file
@ -0,0 +1,13 @@
|
||||
--- a/net80211/ieee80211_var.h
|
||||
+++ b/net80211/ieee80211_var.h
|
||||
@@ -61,8 +61,8 @@
|
||||
#define IEEE80211_DTIM_MIN 1 /* min DTIM period */
|
||||
#define IEEE80211_DTIM_DEFAULT 1 /* default DTIM period */
|
||||
|
||||
-#define IEEE80211_BINTVAL_MAX 1000 /* max beacon interval (TUs) */
|
||||
-#define IEEE80211_BINTVAL_MIN 25 /* min beacon interval (TUs) */
|
||||
+#define IEEE80211_BINTVAL_MAX 5000 /* max beacon interval (TUs) */
|
||||
+#define IEEE80211_BINTVAL_MIN 10 /* min beacon interval (TUs) */
|
||||
#define IEEE80211_BINTVAL_DEFAULT 100 /* default beacon interval (TUs) */
|
||||
#define IEEE80211_BINTVAL_VALID(_bi) \
|
||||
((IEEE80211_BINTVAL_MIN <= (_bi)) && \
|
Loading…
Reference in New Issue
Block a user