Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7755ee8 authored by spuligil's avatar spuligil
Browse files

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

Add WMI_COEX_CONFIG_THREE_WAY_COEX_START def

Change-Id: I8f43bfcbfa08952d4757da06f57fabac45ed46d4
CRs-Fixed: 2262693
parent 782b4b4a
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -22109,6 +22109,15 @@ typedef enum wmi_coex_config_type {
     *   arg5 - t_delay for high priority traffic (microsecond units)
     */
    WMI_COEX_CONFIG_THREE_WAY_DELAY_PARA   = 33,
    /* WMI_COEX_CONFIG_THREE_WAY_COEX_START  
     * config to set coex parameters from WLAN host to adjust priorities
     * among wlan/bt/zb
     * arg1 - priority level 1, the serialized coex scenorio ID will be put here
     * arg2 - priority level 2, same parameters rules as arg1
     * arg3 - priority level 3, same parameters rules as arg1
     * arg4 - priority level 4, same parameters rules as arg1
     */
    WMI_COEX_CONFIG_THREE_WAY_COEX_START   = 34,
} WMI_COEX_CONFIG_TYPE;
typedef struct {
+1 −1
Original line number Diff line number Diff line
@@ -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_ 629
#define __WMI_REVISION_ 630

/** The Version Namespace should not be normally changed. Only
 *  host and firmware of the same WMI namespace will work