Browse Source

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

Change-Id: I94ea8b5656ceb9f873571f404397d50035c56b14
WMI: add wireless_modes_ext field to MAC_PHY and HAL_REG capabilities TLVs
CRs-Fixed: 2262693
spuligil 5 years ago
parent
commit
f58582e9cd
2 changed files with 3 additions and 1 deletions
  1. 2 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 2 - 0
fw/wmi_unified.h

@@ -24457,6 +24457,7 @@ typedef struct {
      * [31:5] : Reserved
      */
     A_UINT32 nss_ratio;
+    A_UINT32 wireless_modes_ext; /* REGDMN MODE ext */
 } WMI_MAC_PHY_CAPABILITIES;
 
 typedef struct {
@@ -24602,6 +24603,7 @@ typedef struct {
     A_UINT32 high_2ghz_chan; /* freq in MHz */
     A_UINT32 low_5ghz_chan;  /* freq in MHz */
     A_UINT32 high_5ghz_chan; /* freq in MHz */
+    A_UINT32 wireless_modes_ext; /* REGDMN MODE ext */
 } WMI_HAL_REG_CAPABILITIES_EXT;
 
 typedef struct {

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