Browse Source

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

Define WMI_SERVICE_DUAL_BEACON_ON_SINGLE_MAC_(MCC/SCC)_SUPPORT flags

Change-Id: I9d1352ea666e94f330265e487c0d06c95174e06c
CRs-Fixed: 1107600
spuligil 7 years ago
parent
commit
f702085d83
2 changed files with 3 additions and 1 deletions
  1. 2 0
      fw/wmi_services.h
  2. 1 1
      fw/wmi_version.h

+ 2 - 0
fw/wmi_services.h

@@ -251,6 +251,8 @@ typedef  enum  {
     WMI_SERVICE_SPOOF_MAC_SUPPORT=155,  /* support for SERVICE_SPOOF_MAC */
     WMI_SERVICE_PEER_TID_CONFIGS_SUPPORT=156,  /* Support TID specific configurations per peer (ack,aggr,retry,rate) */
     WMI_SERVICE_VDEV_SWRETRY_PER_AC_CONFIG_SUPPORT=157,  /* Support vdev software retries configuration per AC (non aggr retry/aggr retry) */
+    WMI_SERVICE_DUAL_BEACON_ON_SINGLE_MAC_SCC_SUPPORT=158, /* Support dual beacon on same channel on single MAC */
+    WMI_SERVICE_DUAL_BEACON_ON_SINGLE_MAC_MCC_SUPPORT=159, /* Support dual beacon on different channel on single MAC */
 
 
     /******* ADD NEW SERVICES HERE *******/

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