Loading fw/wmi_unified.h +4 −0 Original line number Diff line number Diff line Loading @@ -23125,6 +23125,10 @@ typedef enum wmi_coex_config_type { * config to enable(1)/disable(0) WAR of BT 2nd harmonic issue function */ WMI_COEX_CONFIG_ENABLE_2ND_HARMONIC_WAR = 43, /* WMI_COEX_CONFIG_BTCOEX_SEPARATE_CHAIN_MODE * config BTC separate chain mode or shared mode */ WMI_COEX_CONFIG_BTCOEX_SEPARATE_CHAIN_MODE = 44, } WMI_COEX_CONFIG_TYPE; typedef struct { fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -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_ 713 #define __WMI_REVISION_ 714 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading Loading
fw/wmi_unified.h +4 −0 Original line number Diff line number Diff line Loading @@ -23125,6 +23125,10 @@ typedef enum wmi_coex_config_type { * config to enable(1)/disable(0) WAR of BT 2nd harmonic issue function */ WMI_COEX_CONFIG_ENABLE_2ND_HARMONIC_WAR = 43, /* WMI_COEX_CONFIG_BTCOEX_SEPARATE_CHAIN_MODE * config BTC separate chain mode or shared mode */ WMI_COEX_CONFIG_BTCOEX_SEPARATE_CHAIN_MODE = 44, } WMI_COEX_CONFIG_TYPE; typedef struct {
fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -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_ 713 #define __WMI_REVISION_ 714 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading