Browse Source

fw-api: CL 8912889 - update fw common interface files

Change-Id: I13e1a30a5539447d87fcadee6c38e84014858bd3
WMI: add peer_he_caps_6ghz field in PEER_ASSOC_COMPLETE msg
CRs-Fixed: 2262693
spuligil 5 years ago
parent
commit
90f9bf939a
2 changed files with 7 additions and 1 deletions
  1. 6 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 6 - 0
fw/wmi_unified.h

@@ -12233,6 +12233,12 @@ typedef struct {
     /* min data rate to be used in Mbps */
     A_UINT32 min_data_rate;
 
+    /** HE 6 GHz Band Capabilities of the peer.
+     * (Defined in 9.4.2.261 HE 6GHz Band Capabilities element in 802.11ax_D5.0)
+     * valid when WMI_PEER_HE is set and WMI_PEER_VHT/HT are not set.
+     */
+    A_UINT32 peer_he_caps_6ghz;
+
 /* Following this struct are the TLV's:
  *     A_UINT8 peer_legacy_rates[];
  *     A_UINT8 peer_ht_rates[];

+ 1 - 1
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_ 750
+#define __WMI_REVISION_ 751
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work