diff options
| author | spuligil <spuligil@codeaurora.org> | 2019-11-26 12:00:39 -0800 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2019-11-26 12:00:40 -0800 |
| commit | 2cd508d4c5940b233d14166485ac6785ee81404b (patch) | |
| tree | 5c43ac01c3e2cd934e5f5d03c9def09ebb399f04 | |
| parent | cb7494f113a32678ba800b7da9ca0dbd010b94b5 (diff) | |
fw-api: CL 8900976 - update fw common interface files
Change-Id: I277a78e1f75de342330aa1eb80bcb1a43b23ff99
WMI: add pdev_id in PDEV_BSS_CHAIN_INFO_REQUEST,EVENT msgs
CRs-Fixed: 2262693
| -rwxr-xr-x | fw/wmi_unified.h | 2 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index a45ee8c2c244..93b665e03fa5 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -6478,6 +6478,7 @@ typedef struct { typedef struct { A_UINT32 tlv_header; /* WMITLV_TAG_STRUC_wmi_pdev_bss_chan_info_request_fixed_param */ A_UINT32 param; /* 1 = read only, 2= read and clear */ + A_UINT32 pdev_id; /* pdev_id for identifying mac */ } wmi_pdev_bss_chan_info_request_fixed_param; typedef struct { @@ -6774,6 +6775,7 @@ typedef struct { A_UINT32 rx_bss_cycle_count_low; /* low 31 bits of rx cycle cnt for my bss in 64bits format */ A_UINT32 rx_bss_cycle_count_high; /* high 31 bits of rx_cycle cnt for my bss in 64bits format */ + A_UINT32 pdev_id; /* pdev_id for identifying the MAC */ } wmi_pdev_bss_chan_info_event_fixed_param; typedef struct { diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 4822797b8c34..b5e92605560c 100755 --- a/fw/wmi_version.h +++ b/fw/wmi_version.h @@ -36,7 +36,7 @@ #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility. */ -#define __WMI_REVISION_ 749 +#define __WMI_REVISION_ 750 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
