X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=net80211%2Fieee80211_scan.c;fp=net80211%2Fieee80211_scan.c;h=d1b3b62959b64bb98f70756f6c5d2c6ceb9d1757;hb=7c7c41a5e3f1cff1fd07f3e2e920df5bc41371f1;hp=aa11fa9b840851598816af8cb2a8f09d2edfa760;hpb=bd5f871a85410c59c23eee84b8c9de762de95f4a;p=madwifi%2F.git 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 */