qcacld-3.0: CL 1432708 update fw common interface files

qcacld-2.0 to qcacld-3.0 propagation

Update SET BPF Instructions WMI TLV with missing item.

Change-Id: I691f55bb27a66e9833e87bd4c6221c505eba6454
CRs-fixed: 865207
This commit is contained in:
Manikandan Mohan
2015-12-23 14:18:36 -08:00
committed by Akash Patel
parent 130eb5797f
commit 05ac7ee559
3 changed files with 9 additions and 4 deletions

View File

@@ -782,8 +782,8 @@ typedef enum {
/*get batch scan result */
WMI_BATCH_SCAN_TRIGGER_RESULT_CMDID,
/* OEM related cmd */
WMI_OEM_REQ_CMDID = WMI_CMD_GRP_START_ID(WMI_GRP_OEM), /* DEPRECATED */
WMI_OEM_REQUEST_CMDID,
WMI_OEM_REQ_CMDID = WMI_CMD_GRP_START_ID(WMI_GRP_OEM),
WMI_OEM_REQUEST_CMDID, /* UNUSED */
/** Nan Request */
WMI_NAN_CMDID = WMI_CMD_GRP_START_ID(WMI_GRP_NAN),
@@ -12568,6 +12568,10 @@ typedef struct wmi_bpf_set_vdev_instructions_cmd_s {
A_UINT32 total_length;
A_UINT32 current_offset;
A_UINT32 current_length;
/*
* The TLV follows:
* A_UINT8 buf_inst[]; //Variable length buffer for the instuctions
*/
} wmi_bpf_set_vdev_instructions_cmd_fixed_param;
#define BPF_FILTER_ID_ALL 0xFFFFFFFF