qcacmn: Add CCE disable param in WMI resource cfg
CCE param disable is required for RAW Mode AMSDU cases, RAW AMSDU frames causes CCE to crash, to avoid crash disable cce component using CCE param. Change-Id: I1b221e12ac69a873e995485c56a6ea5b310e727c CRs-Fixed: 2132295
This commit is contained in:
@@ -6033,6 +6033,7 @@ struct wmi_host_fw_abi_ver {
|
|||||||
* @max_bssid_rx_filters:
|
* @max_bssid_rx_filters:
|
||||||
* @use_pdev_id:
|
* @use_pdev_id:
|
||||||
* @max_num_dbs_scan_duty_cycle: max dbs can duty cycle value
|
* @max_num_dbs_scan_duty_cycle: max dbs can duty cycle value
|
||||||
|
* @cce_disable: disable cce component
|
||||||
*/
|
*/
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint32_t num_vdevs;
|
uint32_t num_vdevs;
|
||||||
@@ -6101,6 +6102,7 @@ typedef struct {
|
|||||||
uint32_t max_bssid_rx_filters;
|
uint32_t max_bssid_rx_filters;
|
||||||
uint32_t use_pdev_id;
|
uint32_t use_pdev_id;
|
||||||
uint32_t max_num_dbs_scan_duty_cycle;
|
uint32_t max_num_dbs_scan_duty_cycle;
|
||||||
|
bool cce_disable;
|
||||||
} target_resource_config;
|
} target_resource_config;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user