浏览代码

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

Change-Id: I9a1950daeebe75f970af24d7a6f556ec859515a6
WMI: add new pdev param to set per AC enable/disable for spatial reuse
CRs-Fixed: 2262693
spuligil 5 年之前
父节点
当前提交
590ddc2367
共有 2 个文件被更改,包括 16 次插入2 次删除
  1. 15 1
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 15 - 1
fw/wmi_unified.h

@@ -5901,6 +5901,20 @@ typedef enum {
     /* Parameter used for enabling/disabling non wlan coex from boot */
     WMI_PDEV_PARAM_ENABLE_NON_WLAN_COEX_FROM_BOOT,
 
+    /* Parameter used to configure OBSS Packet Detection per Access Category
+     * for Spatial Reuse feature.
+     * Based on the bits set, the corresponding Access Category Queues will have
+     * spatial reuse enabled / disabled.
+     * bit    | AC
+     * -----------
+     * 0      | BK
+     * 1      | BE
+     * 2      | VI
+     * 3      | VO
+     * 4 - 31 | Reserved
+     */
+    WMI_PDEV_PARAM_SET_CMD_OBSS_PD_PER_AC,
+
 } WMI_PDEV_PARAM;
 
 #define WMI_PDEV_ONLY_BSR_TRIG_IS_ENABLED(trig_type) WMI_GET_BITS(trig_type, 0, 1)
@@ -25659,7 +25673,7 @@ typedef struct {
 } wmi_hpcs_pulse_start_cmd_fixed_param;
 
 typedef struct {
-     /* TLV tag and len; tag equals wmi_muedca_params_config_event_fixed_param */
+     /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_muedca_params_config_event_fixed_param */
      A_UINT32 tlv_header;                          /** TLV Header */
      A_UINT32 pdev_id;
      /*

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