qcacmn: Static and Dynamic chain mask selection
Host support for Static and Dynamic chain mask selection. parse new TLVs from ext service ready,copy tables to wlan_objmgr_soc object. CRs-Fixed: 2016643. Change-Id: Ia4735eb4c7774c381df01f56696e8c86fc6c56ab
This commit is contained in:

committed by
Sandeep Puligilla

parent
938daa86b6
commit
c83feb6cbf
@@ -1421,6 +1421,8 @@ QDF_STATUS wmi_extract_peer_delete_response_event(void *wmi_hdl,
|
|||||||
uint8_t *evt_buf,
|
uint8_t *evt_buf,
|
||||||
struct wmi_host_peer_delete_response_event *param);
|
struct wmi_host_peer_delete_response_event *param);
|
||||||
|
|
||||||
|
QDF_STATUS wmi_extract_chainmask_tables(void *wmi_hdl, uint8_t *evt_buf,
|
||||||
|
struct wlan_psoc_host_chainmask_table *chainmask_table);
|
||||||
/**
|
/**
|
||||||
* wmi_unified_dfs_phyerr_offload_en_cmd() - enable dfs phyerr offload
|
* wmi_unified_dfs_phyerr_offload_en_cmd() - enable dfs phyerr offload
|
||||||
* @wmi_handle: wmi handle
|
* @wmi_handle: wmi handle
|
||||||
|
@@ -1287,6 +1287,9 @@ QDF_STATUS (*extract_reg_chan_list_update_event)(wmi_unified_t wmi_handle,
|
|||||||
struct cur_regulatory_info
|
struct cur_regulatory_info
|
||||||
*reg_info,
|
*reg_info,
|
||||||
uint32_t len);
|
uint32_t len);
|
||||||
|
QDF_STATUS (*extract_chainmask_tables)(wmi_unified_t wmi_handle,
|
||||||
|
uint8_t *evt_buf,
|
||||||
|
struct wlan_psoc_host_chainmask_table *chainmask_table);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct target_abi_version {
|
struct target_abi_version {
|
||||||
|
Reference in New Issue
Block a user