Date: Mon, 23 May 2005 21:21:17 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 77359 for review Message-ID: <200505232121.j4NLLH9P093705@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=77359 Change 77359 by sam@sam_ebb on 2005/05/23 21:20:26 lower min bgscan params for testing Affected files ... .. //depot/projects/vap/sys/net80211/ieee80211_var.h#16 edit Differences ... ==== //depot/projects/vap/sys/net80211/ieee80211_var.h#16 (text+ko) ==== @@ -71,10 +71,10 @@ #define IEEE80211_BINTVAL_MIN 25 /* min beacon interval (TU's) */ #define IEEE80211_BINTVAL_DEFAULT 100 /* default beacon interval (TU's) */ -#define IEEE80211_BGSCAN_INTVAL_MIN (1*60) /* min bg scan intvl (secs) */ +#define IEEE80211_BGSCAN_INTVAL_MIN 15 /* min bg scan intvl (secs) */ #define IEEE80211_BGSCAN_INTVAL_DEFAULT (5*60) /* default bg scan intvl */ -#define IEEE80211_BGSCAN_IDLE_MIN 250 /* min idle time (ms) */ +#define IEEE80211_BGSCAN_IDLE_MIN 100 /* min idle time (ms) */ #define IEEE80211_BGSCAN_IDLE_DEFAULT 500 /* default idle time (ms) */ #define IEEE80211_PS_SLEEP 0x1 /* STA is in power saving mode */ @@ -302,7 +302,7 @@ #define IEEE80211_ADDR_COPY(dst,src) memcpy(dst,src,IEEE80211_ADDR_LEN) /* ic_flags */ -/* NB: bits 0x00004003 available */ +/* NB: bits 0x00000003 available */ #define IEEE80211_F_PROMISC 0x00000004 /* STATUS: promiscuous mode */ #define IEEE80211_F_ALLMULTI 0x00000008 /* STATUS: all multicast mode */ /* NB: this is intentionally setup to be IEEE80211_CAPINFO_PRIVACY */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505232121.j4NLLH9P093705>