summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_var.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2006-07-26 03:05:34 +0000
committersam <sam@FreeBSD.org>2006-07-26 03:05:34 +0000
commit0e7f6a5c5f52968ad4826a6c8225a044c0803fbc (patch)
tree53c976ba17733b353b34888e3c893e511aeffba9 /sys/net80211/ieee80211_var.h
parent405961b2ae3a804a6f0474fcbe022dc57af7110b (diff)
downloadFreeBSD-src-0e7f6a5c5f52968ad4826a6c8225a044c0803fbc.zip
FreeBSD-src-0e7f6a5c5f52968ad4826a6c8225a044c0803fbc.tar.gz
o move min/max beacon interval and dtim period to public location
o add min/max beacon miss threshold settings o delete IEEE80211_SWBMISS_THRESHOLD, it was never used MFC after: 2 weeks
Diffstat (limited to 'sys/net80211/ieee80211_var.h')
-rw-r--r--sys/net80211/ieee80211_var.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/net80211/ieee80211_var.h b/sys/net80211/ieee80211_var.h
index 7402801..927d143 100644
--- a/sys/net80211/ieee80211_var.h
+++ b/sys/net80211/ieee80211_var.h
@@ -61,17 +61,10 @@
#define IEEE80211_TXPOWER_MAX 100 /* .5 dbM (XXX units?) */
#define IEEE80211_TXPOWER_MIN 0 /* kill radio */
-#define IEEE80211_DTIM_MAX 15 /* max DTIM period */
-#define IEEE80211_DTIM_MIN 1 /* min DTIM period */
#define IEEE80211_DTIM_DEFAULT 1 /* default DTIM period */
-
-/* NB: min+max come from WiFi requirements */
-#define IEEE80211_BINTVAL_MAX 1000 /* max beacon interval (TU's) */
-#define IEEE80211_BINTVAL_MIN 25 /* min beacon interval (TU's) */
#define IEEE80211_BINTVAL_DEFAULT 100 /* default beacon interval (TU's) */
#define IEEE80211_BMISS_MAX 2 /* maximum consecutive bmiss allowed */
-#define IEEE80211_SWBMISS_THRESHOLD 50 /* s/w bmiss threshold (TU's) */
#define IEEE80211_HWBMISS_DEFAULT 7 /* h/w bmiss threshold (beacons) */
#define IEEE80211_PS_SLEEP 0x1 /* STA is in power saving mode */
OpenPOWER on IntegriCloud