qcacmn: Add support to send bcast capability to firmware

If both INI and FW capability is set,
enable capability flag in twt enable command.

Change-Id: I1c070256c4b672b09a1323665fc5a2f166f951fb
CRs-Fixed: 2423718
This commit is contained in:
Arif Hussain
2019-03-26 12:11:13 -07:00
committed by nshrivas
parent d55a74c8c9
commit 0aaa4b4ec1
4 changed files with 7 additions and 2 deletions

View File

@@ -62,6 +62,7 @@
* TWT slots for STAs. (units = milliseconds)
* @remove_sta_slot_interval: Inrerval between decisions making to remove TWT
* slot of STAs. (units = milliseconds)
* @flags: Flag to enable or disable capabilities, example bcast twt.
*/
struct wmi_twt_enable_param {
uint32_t pdev_id;
@@ -81,6 +82,7 @@ struct wmi_twt_enable_param {
uint32_t mode_check_interval;
uint32_t add_sta_slot_interval;
uint32_t remove_sta_slot_interval;
uint32_t flags;
};
/* status code of enabling TWT