소스 검색

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

add WMI_COEX_CONFIG_ENABLE_TXBF def

Change-Id: I1933e44c767cb3bba1260ad94fb317dcf6693f2e
CRs-Fixed: 2262693
spuligil 5 년 전
부모
커밋
0715e5ec48
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 4 - 0
fw/wmi_unified.h

@@ -24039,6 +24039,10 @@ typedef enum wmi_coex_config_type {
      * enable WLAN throughput shaping while BT scanning
      */
     WMI_COEX_CONFIG_ENABLE_TPUT_SHAPING = 45,
+    /* WMI_COEX_CONFIG_ENABLE_TXBF
+     * enable WLAN tx beamforming during coex case
+     */
+    WMI_COEX_CONFIG_ENABLE_TXBF = 46,
 } WMI_COEX_CONFIG_TYPE;
 
 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_ 809
+#define __WMI_REVISION_ 810
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work