Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 May 2005 00:17:47 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 77200 for review
Message-ID:  <200505200017.j4K0Hl6A080633@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=77200

Change 77200 by sam@sam_ebb on 2005/05/20 00:17:23

	reduce default bgscan idle time to 500ms

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211_var.h#13 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211_var.h#13 (text+ko) ====

@@ -74,7 +74,7 @@
 #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_DEFAULT	(10*1000) /* default idle time (ms) */
+#define	IEEE80211_BGSCAN_IDLE_DEFAULT	500	/* default idle time (ms) */
 
 #define	IEEE80211_PS_SLEEP	0x1	/* STA is in power saving mode */
 #define	IEEE80211_PS_MAX_QUEUE	50	/* maximum saved packets */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505200017.j4K0Hl6A080633>