qcacmn: Add configuration option for acs parameters

Add configuration option for enabling/disabling acs channel
grade algo along with configurations channel efficieny
variance and weightages for near mid and far range OBSS
used in algo.

Change-Id: I21fffc6f96d78634bc6ced6ac76a61d87a7d4bb9
CRs-Fixed: 2453992
This commit is contained in:
Venkateswara Swamy Bandaru
2019-05-16 15:38:27 +05:30
committed by Nitesh Shrivastav
parent 9646895cad
commit e8aab3b8ca

View File

@@ -1596,6 +1596,11 @@ enum _ol_ath_param_t {
OL_ATH_PARAM_TX_CAPTURE = 409,
/* Enable fw dump collectin if wmi disconnects */
OL_ATH_PARAM_WMI_DIS_DUMP = 410,
OL_ATH_PARAM_ACS_CHAN_GRADE_ALGO = 411,
OL_ATH_PARAM_ACS_CHAN_EFFICIENCY_VAR = 412,
OL_ATH_PARAM_ACS_NEAR_RANGE_WEIGHTAGE = 413,
OL_ATH_PARAM_ACS_MID_RANGE_WEIGHTAGE = 414,
OL_ATH_PARAM_ACS_FAR_RANGE_WEIGHTAGE = 415,
};
#endif
/* Bitmasks for stats that can block */