ソースを参照

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
Venkateswara Swamy Bandaru 5 年 前
コミット
e8aab3b8ca
1 ファイル変更5 行追加0 行削除
  1. 5 0
      dp/inc/cdp_txrx_stats_struct.h

+ 5 - 0
dp/inc/cdp_txrx_stats_struct.h

@@ -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 */