qcacld-3.0: Enable Dense environment Roaming by default
Enable the Dense environment roaming feature by default. This feature would detect a dense environment dynamically and modify the roaming thresholds to provide a smooth and soft handoff behaviour for the user. Change-Id: I2d234db947cb248214a9abcddd353c3dfe28ac1a CRs-Fixed: 1044182
This commit is contained in:

committed by
Vishwajith Upendra

szülő
d0272bd56b
commit
56054ec828
@@ -3117,7 +3117,7 @@ enum dot11p_mode {
|
||||
#define CFG_ROAM_DENSE_TRAFFIC_THRESHOLD "gtraffic_threshold"
|
||||
#define CFG_ROAM_DENSE_TRAFFIC_THRESHOLD_MIN (0)
|
||||
#define CFG_ROAM_DENSE_TRAFFIC_THRESHOLD_MAX (100)
|
||||
#define CFG_ROAM_DENSE_TRAFFIC_THRESHOLD_DEFAULT (0)
|
||||
#define CFG_ROAM_DENSE_TRAFFIC_THRESHOLD_DEFAULT (55)
|
||||
|
||||
/*
|
||||
* Dense Roam RSSI Threshold diff
|
||||
@@ -3128,7 +3128,7 @@ enum dot11p_mode {
|
||||
#define CFG_ROAM_DENSE_RSSI_THRE_OFFSET "groam_dense_rssi_thresh_offset"
|
||||
#define CFG_ROAM_DENSE_RSSI_THRE_OFFSET_MIN (0)
|
||||
#define CFG_ROAM_DENSE_RSSI_THRE_OFFSET_MAX (20)
|
||||
#define CFG_ROAM_DENSE_RSSI_THRE_OFFSET_DEFAULT (0)
|
||||
#define CFG_ROAM_DENSE_RSSI_THRE_OFFSET_DEFAULT (10)
|
||||
|
||||
/*
|
||||
* Enabling gignore_peer_ht_opmode will enable 11g
|
||||
@@ -3168,7 +3168,7 @@ enum dot11p_mode {
|
||||
#define CFG_ROAM_DENSE_MIN_APS "groam_dense_min_aps"
|
||||
#define CFG_ROAM_DENSE_MIN_APS_MIN (1)
|
||||
#define CFG_ROAM_DENSE_MIN_APS_MAX (5)
|
||||
#define CFG_ROAM_DENSE_MIN_APS_DEFAULT (1)
|
||||
#define CFG_ROAM_DENSE_MIN_APS_DEFAULT (3)
|
||||
|
||||
/*
|
||||
* Enable/Disable to initiate BUG report in case of fatal event
|
||||
|
Reference in New Issue
Block a user