summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspuligil <spuligil@codeaurora.org>2020-03-27 18:00:46 -0700
committerspuligil <spuligil@codeaurora.org>2020-03-27 18:01:17 -0700
commit13abebc0aa799ead7d47c778ccef1fdb85bdba67 (patch)
tree1673d3df896ce92a6d7c2d011c1741a586945f6d
parent5bee05dddf4bb04d2a66839f579e001fc688cbc5 (diff)
downloadwlan-fw-api-13abebc0aa799ead7d47c778ccef1fdb85bdba67.tar.gz
fw-api: CL 10027214 - update fw common interface files
Change-Id: I05aa882b1311a23d25c17cd161dec60ae88f6da0 WMI: add key index field in PEER_TX_PN_[REQUEST,RESPONSE] msgs CRs-Fixed: 2262693
-rw-r--r--fw/wmi_unified.h4
-rw-r--r--fw/wmi_version.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h
index ad15e99..bb55688 100644
--- a/fw/wmi_unified.h
+++ b/fw/wmi_unified.h
@@ -7976,6 +7976,8 @@ typedef struct {
/** peer MAC address */
wmi_mac_addr peer_macaddr;
A_UINT32 key_type; /* use standard cipher types - see WMI_CIPHER_ defs */
+ /** key index **/
+ A_UINT32 key_ix;
} wmi_peer_tx_pn_request_cmd_fixed_param;
typedef struct {
@@ -7992,6 +7994,8 @@ typedef struct {
* how many bytes within pn[] are filled with valid data.
*/
A_UINT8 pn[16];
+ /** key index **/
+ A_UINT32 key_ix;
} wmi_peer_tx_pn_response_event_fixed_param;
typedef struct {
diff --git a/fw/wmi_version.h b/fw/wmi_version.h
index b29d053..7881462 100644
--- 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_ 801
+#define __WMI_REVISION_ 802
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work