Updated roaming thresholds, for when automatic roaming is re-enabled.
authormtaylor <mtaylor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 9 Apr 2008 21:02:19 +0000 (21:02 +0000)
committermtaylor <mtaylor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 9 Apr 2008 21:02:19 +0000 (21:02 +0000)
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3488 0192ed92-7a03-0410-a25b-9323aeb14dbd

net80211/ieee80211_scan.c

index aa11fa9b840851598816af8cb2a8f09d2edfa760..d1b3b62959b64bb98f70756f6c5d2c6ceb9d1757 100644 (file)
@@ -87,9 +87,9 @@ struct scan_state {
  * .5M units).
  */
 #define        SCAN_VALID_DEFAULT              60      /* scan cache valid age (secs) */
-#define        ROAM_RSSI_11A_DEFAULT           24      /* rssi threshold for 11a bss */
-#define        ROAM_RSSI_11B_DEFAULT           24      /* rssi threshold for 11b bss */
-#define        ROAM_RSSI_11BONLY_DEFAULT       24      /* rssi threshold for 11b-only bss */
+#define        ROAM_RSSI_11A_DEFAULT                 /* rssi threshold for 11a bss */
+#define        ROAM_RSSI_11B_DEFAULT                 /* rssi threshold for 11b bss */
+#define        ROAM_RSSI_11BONLY_DEFAULT             /* rssi threshold for 11b-only bss */
 #define        ROAM_RATE_11A_DEFAULT           2*24    /* tx rate threshold for 11a bss */
 #define        ROAM_RATE_11B_DEFAULT           2*9     /* tx rate threshold for 11b bss */
 #define        ROAM_RATE_11BONLY_DEFAULT       2*5     /* tx rate threshold for 11b-only bss */