qcacmn: Add ini to control rate filter for rx avg

Adds ini field to control the filter for rx avg rate calculation.
	0     : Filter Disabled
	11000 : Max rate filter (in kbps) supported for filter

Change-Id: I6ae88b7af3d4c1fae033101e77b308949e5b3d1e
CRs-Fixed: 3628056
这个提交包含在:
Aman Mehta
2023-08-30 18:07:19 +05:30
提交者 Ravindra Konda
父节点 f92a6676c0
当前提交 37e5a76c07
修改 4 个文件,包含 54 行新增4 行删除

查看文件

@@ -352,6 +352,8 @@ struct wlan_srng_cfg {
* during this window, configured time is in
* milliseconds.
* @fw_ast_indication_disable: Disable AST
* @avg_rate_stats_filter_val: Average rate filter value for stats.
*
*/
struct wlan_cfg_dp_soc_ctxt {
int num_int_ctxts;
@@ -566,6 +568,7 @@ struct wlan_cfg_dp_soc_ctxt {
uint32_t umac_reset_buffer_window;
#endif
bool fw_ast_indication_disable;
uint16_t avg_rate_stats_filter_val;
};
/**