From 7c7c41a5e3f1cff1fd07f3e2e920df5bc41371f1 Mon Sep 17 00:00:00 2001 From: mtaylor Date: Wed, 9 Apr 2008 21:02:19 +0000 Subject: [PATCH] Updated roaming thresholds, for when automatic roaming is re-enabled. git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3488 0192ed92-7a03-0410-a25b-9323aeb14dbd --- net80211/ieee80211_scan.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net80211/ieee80211_scan.c b/net80211/ieee80211_scan.c index aa11fa9..d1b3b62 100644 --- a/net80211/ieee80211_scan.c +++ b/net80211/ieee80211_scan.c @@ -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 9 /* rssi threshold for 11a bss */ +#define ROAM_RSSI_11B_DEFAULT 9 /* rssi threshold for 11b bss */ +#define ROAM_RSSI_11BONLY_DEFAULT 9 /* 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 */ -- 2.35.1