diff options
| author | gaurank kathpalia <gkathpal@codeaurora.org> | 2017-12-19 16:35:40 +0530 |
|---|---|---|
| committer | snandini <snandini@codeaurora.org> | 2017-12-20 00:34:53 -0800 |
| commit | 51eb26cbfae4e87a082d6f152accdba94be55aa1 (patch) | |
| tree | fd542123f7b876316cb39f9f32e53c669f0eec0c | |
| parent | c62962a6e24c6fa02c9fc1bc57412d6af4f14fc7 (diff) | |
qcacld-3.0: Change default value of pcl_weightage to 0
Change default value of pcl_weightage to 0, as pcl
weightage logic need some changes in algo to be used in LFR3.
Change-Id: I21559f7aaa8a19388cf399dee684c00c7905cfae
CRs-Fixed: 2160589
| -rw-r--r-- | core/hdd/inc/wlan_hdd_cfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/hdd/inc/wlan_hdd_cfg.h b/core/hdd/inc/wlan_hdd_cfg.h index 6a77675438a6..95cbbe471fe4 100644 --- a/core/hdd/inc/wlan_hdd_cfg.h +++ b/core/hdd/inc/wlan_hdd_cfg.h @@ -12849,7 +12849,7 @@ enum hw_filter_mode { * </ini> */ #define CFG_PCL_WEIGHT_WEIGHTAGE_NAME "pcl_weightage" -#define CFG_PCL_WEIGHT_DEFAULT (10) +#define CFG_PCL_WEIGHT_DEFAULT (0) #define CFG_PCL_WEIGHT_MIN (0) #define CFG_PCL_WEIGHT_MAX (100) |
