PERFORCE change 77359 for review

Sam Leffler sam at FreeBSD.org
Mon May 23 21:21:19 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=77359

Change 77359 by sam at 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 */


More information about the p4-projects mailing list