qcacld-3.0: CL 1469034 - update fw common interface files
qcacld-2.0 to qcacld-3.0 propagation add a wmi command to enable/disable channel avoidance report event from firmware Change-Id: Ic84728b315b4729470238098a91ef6bb629b3f7b CRs-Fixed: 865207
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
18dcf3d532
commit
ff55fecd91
@@ -861,6 +861,7 @@ typedef enum {
|
||||
WMI_CMD_GRP_START_ID(WMI_GRP_COEX),
|
||||
WMI_CHAN_AVOID_UPDATE_CMDID,
|
||||
WMI_COEX_CONFIG_CMDID,
|
||||
WMI_CHAN_AVOID_RPT_ALLOW_CMDID,
|
||||
|
||||
/**
|
||||
* OBSS scan offload enable/disable commands
|
||||
@@ -15044,6 +15045,26 @@ typedef struct {
|
||||
A_UINT32 config_arg2;
|
||||
} WMI_COEX_CONFIG_CMD_fixed_param;
|
||||
|
||||
/**
|
||||
* This command is sent from WLAN host driver to firmware to
|
||||
* request firmware to enable/disable channel avoidance report
|
||||
* to host.
|
||||
*/
|
||||
enum {
|
||||
WMI_MWSCOEX_CHAN_AVD_RPT_DISALLOW = 0,
|
||||
WMI_MWSCOEX_CHAN_AVD_RPT_ALLOW = 1
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
/*
|
||||
* TLV tag and len; tag equals
|
||||
* WMITLV_TAG_STRUC_WMI_CHAN_AVOID_RPT_ALLOW_CMD_fixed_param
|
||||
*/
|
||||
A_UINT32 tlv_header;
|
||||
/* Allow/disallow flag - see WMI_MWSCOEX_CHAN_AVD_RPT enum */
|
||||
A_UINT32 rpt_allow;
|
||||
} WMI_CHAN_AVOID_RPT_ALLOW_CMD_fixed_param;
|
||||
|
||||
/* ADD NEW DEFS HERE */
|
||||
|
||||
/*****************************************************************************
|
||||
|
Reference in New Issue
Block a user