Browse Source

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

add WMI_IS_RADAR_FOUND_CHAN_FREQ_IS_CENTER_FREQ def

Change-Id: Iabed3a011b669e819a96770e9c797c65b726ed19
CRs-Fixed: 2262693
spuligil 3 years ago
parent
commit
13a718c427
2 changed files with 2 additions and 1 deletions
  1. 1 0
      fw/wmi_services.h
  2. 1 1
      fw/wmi_version.h

+ 1 - 0
fw/wmi_services.h

@@ -575,6 +575,7 @@ typedef  enum  {
     WMI_SERVICE_MULTIPLE_PEER_GROUP_CMD_SUPPORT = 322, /* FW support for multiple peer group command */
     WMI_SERVICE_AFC_RESET_SUPPORT = 323, /* Indicates FW supports AFC reset */
     WMI_SERVICE_FP_PHY_ERR_FILTER_SUPPORT = 324, /* FW supports monitor ring configurations for filtering in PHY error packets */
+    WMI_IS_RADAR_FOUND_CHAN_FREQ_IS_CENTER_FREQ = 325, /* FW Supporting radar event on the actual center frequency radar was detected */
 
     WMI_MAX_EXT2_SERVICE
 

+ 1 - 1
fw/wmi_version.h

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