qcacmn: Add support to handle preamble puncturing Tx WMI parameters

Add service ready parameter to update the capability for Preamble Puncturing
Tx support from target. Add WMI support for configuration of Punctured
band setting from Host.

Change-Id: If5714c162356c35c7c385c4596043c0bc671be9a
Этот коммит содержится в:
Rhythm Patwa
2020-06-12 12:34:33 -07:00
коммит произвёл snandini
родитель 6ab2ce97e9
Коммит aa78367f33
3 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@@ -386,6 +386,7 @@ struct wlan_psoc_host_service_ext_param {
* @num_dbr_ring_caps: Number of direct buf rx ring capabilities
* @chwidth_num_peer_caps: Peer limit for peer_chan_width_switch WMI cmd
* @max_ndp_sessions: Max number of ndp session fw supports
* @preamble_puncture_bw_cap: Preamble Puncturing Tx support
*/
struct wlan_psoc_host_service_ext2_param {
uint8_t reg_db_version_major;
@@ -395,6 +396,7 @@ struct wlan_psoc_host_service_ext2_param {
uint32_t num_dbr_ring_caps;
uint32_t chwidth_num_peer_caps;
uint32_t max_ndp_sessions;
uint32_t preamble_puncture_bw_cap;
};
#endif /* _SERVICE_READY_PARAM_H_*/