Changed default # of missed beacons to miss before disassociation to 24
(vs. 9 which is too low in most environments) Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
This commit is contained in:
parent
8400a1ceb4
commit
d2021cb4e2
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ enum connection_manager_assoc_states {
|
|||
#define HOST_NOTIFICATION_S36_MEASUREMENT_REFUSED 31
|
||||
|
||||
#define HOST_NOTIFICATION_STATUS_BEACON_MISSING 1
|
||||
#define IPW_MB_DISASSOCIATE_THRESHOLD_DEFAULT 9
|
||||
#define IPW_MB_DISASSOCIATE_THRESHOLD_DEFAULT 24
|
||||
#define IPW_MB_ROAMING_THRESHOLD_DEFAULT 8
|
||||
#define IPW_REAL_RATE_RX_PACKET_THRESHOLD 300
|
||||
|
||||
|
|
Loading…
Reference in a new issue