fw-api: CL 26690604 - update fw common interface files
Change-Id: I1497278f5b07bbce07c6542bd98bb153a182c8bd CRs-Fixed: 2262693
This commit is contained in:

committed by
Ravindra Konda

parent
b0737ad0d5
commit
31b899be38
@@ -7339,6 +7339,9 @@ typedef struct {
|
||||
#define WMI_TX_SEND_FLAG_SET_IS_SA_QUERY 0x00000004
|
||||
#define WMI_TX_SEND_FLAG_SET_IS_SA_QUERY_GET(tx_flags) WMI_GET_BITS(tx_flags, 2, 1)
|
||||
#define WMI_TX_SEND_FLAG_SET_IS_SA_QUERY_SET(tx_flags, value) WMI_SET_BITS(tx_flags, 2, 1, value)
|
||||
#define WMI_TX_SEND_FLAG_SET_P2P_FRAME_ON_STA_VDEV 0x00000008
|
||||
#define WMI_TX_SEND_FLAG_SET_P2P_FRAME_ON_STA_VDEV_GET(tx_flags) WMI_GET_BITS(tx_flags, 3, 1)
|
||||
#define WMI_TX_SEND_FLAG_SET_P2P_FRAME_ON_STA_VDEV_SET(tx_flags, value) WMI_SET_BITS(tx_flags, 3, 1, value)
|
||||
|
||||
typedef struct {
|
||||
A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_tx_send_params */
|
||||
|
Reference in New Issue
Block a user