qcacmn: WMI support for Tx Mode Select

When MSCS feature is enabled, Host needs to send WMI command to
FW to enable tx mode selection

Change-Id: I84372f2e83f2faa6c90436d927410d1af636246e
This commit is contained in:
Mainak Sen
2020-11-05 17:09:41 +05:30
committed by snandini
父節點 ad5cb17aa7
當前提交 e66ef5081e
共有 2 個文件被更改,包括 15 次插入0 次删除

查看文件

@@ -8475,4 +8475,14 @@ struct wmi_raw_event_buffer {
void *evt_processed_buf;
};
/**
* struct wmi_pdev_enable_tx_mode_selection - fw tx mode selection
* @pdev_id: radio id
* @enable_tx_mode_selection: flag to enable tx mode selection
*/
struct wmi_pdev_enable_tx_mode_selection {
uint32_t pdev_id;
uint32_t enable_tx_mode_selection;
};
#endif /* _WMI_UNIFIED_PARAM_H_ */