Bladeren bron

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

Change-Id: I9623eb7672466f8ab6390f0c7d49898b93d8422d
WMI: fix HE_CAP_RX_DL_MUMIMO_SUPPORT GET/SET macro defs
CRs-Fixed: 2262693
spuligil 5 jaren geleden
bovenliggende
commit
621b796736
2 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 2 2
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 2 - 2
fw/wmi_unified.h

@@ -2086,9 +2086,9 @@ typedef enum {
 #define WMI_HE_CAP_RX_DL_OFDMA_SUPPORT_SET(he_cap_info_dword1, value) \
     WMI_SET_BITS(he_cap_info_dword1, 3, 2, value)
 
-#define WMI_HE_CAP_RX_DL_MUMIMO_SUPPORT_GET() \
+#define WMI_HE_CAP_RX_DL_MUMIMO_SUPPORT_GET(he_cap_info_dword1) \
     WMI_GET_BITS(he_cap_info_dword1, 5, 2)
-#define WMI_HE_CAP_RX_DL_MUMIMO_SUPPORT_SET() \
+#define WMI_HE_CAP_RX_DL_MUMIMO_SUPPORT_SET(he_cap_info_dword1, value) \
     WMI_SET_BITS(he_cap_info_dword1, 5, 2, value)
 
 /* Interested readers refer to Rx/Tx MCS Map definition as defined in 802.11ax

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