qcacld-3.0: Move the channel width enum to cds
Currently channel width has different enum values in different modules. Move the channel width enum definition to CDS to maintain single channel width enum value in the driver Change-Id: I6a46d0c02546263080a15a3ec7c52486fc51e98e CRs-Fixed: 983914
此提交包含在:

提交者
Gerrit - the friendly Code Review server

父節點
0a9901ba8c
當前提交
13644679a2
@@ -4235,17 +4235,6 @@ typedef enum {
|
||||
WMI_MESH_STATS = 6,
|
||||
} wmi_link_iface_type;
|
||||
|
||||
/* channel operating width */
|
||||
typedef enum {
|
||||
WMI_CHAN_WIDTH_20 = 0,
|
||||
WMI_CHAN_WIDTH_40 = 1,
|
||||
WMI_CHAN_WIDTH_80 = 2,
|
||||
WMI_CHAN_WIDTH_160 = 3,
|
||||
WMI_CHAN_WIDTH_80P80 = 4,
|
||||
WMI_CHAN_WIDTH_5 = 5,
|
||||
WMI_CHAN_WIDTH_10 = 6,
|
||||
} wmi_channel_width;
|
||||
|
||||
/*Clear stats*/
|
||||
typedef struct {
|
||||
A_UINT32 tlv_header;
|
||||
|
新增問題並參考
封鎖使用者