Bladeren bron

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

WMI 6G_EDGE svc flags: CHANNEL_SUPPORT->LOWER CH_SUPP, add UPPER CH_SUPP

Change-Id: I514f8391a2abe369d3f5872b1674579c97b35287
CRs-Fixed: 2262693
spuligil 4 jaren geleden
bovenliggende
commit
3cd31f9b34
2 gewijzigde bestanden met toevoegingen van 3 en 2 verwijderingen
  1. 2 1
      fw/wmi_services.h
  2. 1 1
      fw/wmi_version.h

+ 2 - 1
fw/wmi_services.h

@@ -525,7 +525,8 @@ typedef  enum  {
     WMI_SERVICE_EXT_TPC_REG_SUPPORT = 280, /* Support for new 6G TPC power limits */
     WMI_SERVICE_REG_CC_EXT_EVENT_SUPPORT = 281, /* Support for Extended REG_CC Event with additional params for 6G */
     WMI_SERVICE_NDI_TXBF_SUPPORT = 282, /* Indicates FW support for Tx beamforming with NDI VDEV */
-    WMI_SERVICE_6G_EDGE_CHANNEL_SUPPORT = 283, /* Indicates FW Support for 6GHz Edge Channels */
+    WMI_SERVICE_ENABLE_LOWER_6G_EDGE_CH_SUPP = 283, /* Indicates FW support for enabling lower 6 GHz edge channel 5935 */
+    WMI_SERVICE_DISABLE_UPPER_6G_EDGE_CH_SUPP = 284, /* Indicates FW support for disabling upper 6 GHz edge channel 7115 */
 
 
     WMI_MAX_EXT2_SERVICE

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