qcacld-3.0: CL 1610656 - update fw common interface files
Propagation from qcacld-2.0 to qcacld-3.0. Remove duplicate def of DBGLOG_DBGID_SM_FRAMEWORK_PROXY_DBGLOG_MSG Add band field in wlan_vdev_set_ie command Change-Id: I2d23e0945cf7e2ff221fdf658115e9e1f428f31c CRs-fixed: 865207
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
f4d99a4b89
commit
bfed52926c
@@ -14462,6 +14462,13 @@ typedef struct {
|
||||
/* source values: */
|
||||
#define WMI_SET_VDEV_IE_SOURCE_HOST 0x0
|
||||
|
||||
/* band values: */
|
||||
typedef enum {
|
||||
WMI_SET_VDEV_IE_BAND_ALL = 0,
|
||||
WMI_SET_VDEV_IE_BAND_2_4GHZ,
|
||||
WMI_SET_VDEV_IE_BAND_5GHZ,
|
||||
} wmi_set_vdev_ie_band;
|
||||
|
||||
typedef struct {
|
||||
/** TLV tag and len; tag equals
|
||||
* WMITLV_TAG_STRUC_wmi_vdev_set_ie_cmd_fixed_param */
|
||||
@@ -14474,6 +14481,8 @@ typedef struct {
|
||||
A_UINT32 ie_len;
|
||||
/** source of this command */
|
||||
A_UINT32 ie_source; /* see WMI_SET_VDEV_IE_SOURCE_ defs */
|
||||
/** band for this IE - se wmi_set_vdev_ie_band enum */
|
||||
A_UINT32 band;
|
||||
/*
|
||||
* Following this structure is the TLV byte stream of ie data of length
|
||||
* buf_len:
|
||||
|
Reference in New Issue
Block a user