Explorar el Código

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

add WMI_CHAN_FLAG_ALLOW_EHT def

Change-Id: I4c8eb8b10ea3b008e84e56b38f9f5049cedc131a
CRs-Fixed: 2262693
spuligil hace 2 años
padre
commit
2ea5308953
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. 1 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 1 - 0
fw/wmi_unified.h

@@ -2347,6 +2347,7 @@ typedef enum {
 #define WMI_CHAN_FLAG_PSC         18 /* Indicate it is a PSC (preferred scanning channel) */
 #define WMI_CHAN_FLAG_NAN_DISABLED 19 /* Indicates that NAN operations are disabled on this channel */
 #define WMI_CHAN_FLAG_STA_DFS     20 /* Indicates if STA should process radar signals */
+#define WMI_CHAN_FLAG_ALLOW_EHT   21 /* EHT (11be) is allowed on this channel */
 
 #define WMI_SET_CHANNEL_FLAG(pwmi_channel,flag) do { \
         (pwmi_channel)->info |=  (1 << flag);      \

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