Browse Source

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

WMI change to disable MU EDCA update and RU Intorence time from AP.
WMI change to disable MU EDCA update and RU Intorence time from AP.

Change-Id: I1325f9159c2440bd4e7b81903556c64a1c4eb327
CRs-Fixed: 2262693
spuligil 6 năm trước cách đây
mục cha
commit
2aefdb6106
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      fw/wmi_unified.h

+ 6 - 0
fw/wmi_unified.h

@@ -8629,6 +8629,12 @@ typedef enum {
 
     /** Uplink OFDMA PPDU bandwidth (0: 20MHz, 1: 40MHz, 2: 80Mhz, 3: 160MHz)*/
     WMI_VDEV_PARAM_UL_PPDU_BW,                            /* 0x8E */
+    
+    /** Enable/Disable FW handling MU EDCA change from AP (1: En, 0:Dis)  */
+    WMI_VDEV_PARAM_MU_EDCA_FW_UPDATE_EN,                  /* 0x8F */
+    
+    /** Update dot11ObssNbruToleranceTime in fw. Param value: seconds */
+    WMI_VDEV_PARAM_UPDATE_OBSS_RU_TOLERANCE_TIME,         /* 0x90 */
 
 
     /*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===