qcacmn: Add ini cfg to disable invalid decap type handling

Add ini configuration to disable invalid decap type handling
during rx mon tlv processing. This is a temporary change for
debugging purpose and will be removed once HW issue is resolved.

Change-Id: I75eb53170833224ddd144baf1b1d8034f988dd3c
CRs-Fixed: 3308998
这个提交包含在:
Jeevan Kukkalli
2022-10-10 19:06:55 +05:30
提交者 Madan Koyyalamudi
父节点 92fc6fa7c1
当前提交 3bc974804e
修改 4 个文件,包含 16 行新增2 行删除

查看文件

@@ -269,6 +269,8 @@ struct wlan_srng_cfg {
* @mpdu_retry_threshold_2: MPDU retry threshold 2 to increment tx bad count
* napi_scale_factor: scaling factor to be used for napi polls
* @notify_frame_support: flag indicating capability to mark notify frames
* @is_handle_invalid_decap_type_disabled: flag to indicate if invalid decap type
* handling is disabled
*/
struct wlan_cfg_dp_soc_ctxt {
int num_int_ctxts;
@@ -449,6 +451,7 @@ struct wlan_cfg_dp_soc_ctxt {
uint8_t mpdu_retry_threshold_2;
uint8_t napi_scale_factor;
uint8_t notify_frame_support;
bool is_handle_invalid_decap_type_disabled;
};
/**