fw-api: CL 24972727 - update fw common interface files
WMI: add pdev_id to PDEV_UTF_CMD,_EVENT msgs Change-Id: Ica4366be32b698c74a554e08a7eb2efe89ad8099 CRs-Fixed: 2262693
Esse commit está contido em:
@@ -47014,6 +47014,18 @@ typedef struct {
|
||||
A_UINT32 status; /* accept: 1 reject : 0 */
|
||||
} wmi_csa_event_status_ind_fixed_param;
|
||||
|
||||
typedef struct {
|
||||
/** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_pdev_utf_cmd_fixed_param */
|
||||
A_UINT32 tlv_header;
|
||||
A_UINT32 pdev_id;
|
||||
} wmi_pdev_utf_cmd_fixed_param;
|
||||
|
||||
typedef struct {
|
||||
/** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_pdev_utf_event_fixed_param */
|
||||
A_UINT32 tlv_header;
|
||||
A_UINT32 pdev_id;
|
||||
} wmi_pdev_utf_event_fixed_param;
|
||||
|
||||
|
||||
|
||||
/* ADD NEW DEFS HERE */
|
||||
|
Referência em uma nova issue
Block a user