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
这个提交包含在:
@@ -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;
|
||||
};
|
||||
|
||||
/**
|
||||
|
在新工单中引用
屏蔽一个用户