qcacmn: Enable notify-frame feature in FW
Enable bits in WMI_INIT command to let the FW know about host's capability to support notify frame feature. If the feature is enabled, host can mark certain TX frames as "notify frames" for hardware and they need not be sent to FW. FW depends on this capability exchange to decide whether to install HW rules for frames to be sent to HW. Change-Id: I7158e79ae0fbdc73a2f4096ae1577337e8291246 CRs-Fixed: 3209399
This commit is contained in:

committed by
Madan Koyyalamudi

parent
a9461beb20
commit
0c558b779b
@@ -5896,8 +5896,9 @@ struct wmi_host_fw_abi_ver {
|
||||
* @afc_outdoor_support: AFC support outdoor deployment
|
||||
* @carrier_profile_config: Configuration for per-carrier profile
|
||||
* @reo_qdesc_shared_addr_table_enabled: Reo shared qref enhancement enabled
|
||||
* @num_max_active_vdevs: number of max active virtual devices (VAPs) to
|
||||
* support
|
||||
* @num_max_active_vdevs: max number of active virtual devices (VAPs) to
|
||||
* support
|
||||
* @notify_frame_support: capability to mark notify frames from host
|
||||
*/
|
||||
typedef struct {
|
||||
uint32_t num_vdevs;
|
||||
@@ -6023,6 +6024,7 @@ typedef struct {
|
||||
bool sawf;
|
||||
bool reo_qdesc_shared_addr_table_enabled;
|
||||
uint32_t num_max_active_vdevs;
|
||||
uint8_t notify_frame_support;
|
||||
} target_resource_config;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user