Browse Source

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

Change-Id: Ibd441675b576e5585646961dce7dffec27bca048
WMI: add PDEV_PARAM_UL_RU26_ALLOWED def
CRs-Fixed: 2262693
spuligil 6 years ago
parent
commit
9b1b68278e
2 changed files with 9 additions and 1 deletions
  1. 8 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 8 - 0
fw/wmi_unified.h

@@ -5369,6 +5369,14 @@ typedef enum {
      */
     WMI_PDEV_PARAM_USE_NOL,
 
+    /*
+     * Allow / Not Allow RU26 in any user's RU allocation field in UL OFDMA
+     * trigger frames sent by AP
+     *  1 - Allow RU26
+     *  0 - Do not allow RU26
+     */
+    WMI_PDEV_PARAM_UL_RU26_ALLOWED,
+
 } WMI_PDEV_PARAM;
 
 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_ 593
+#define __WMI_REVISION_ 594
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work