qcacld-3.0: Restore the wmi_channel_width definition

Restore the wmi_channel_width enum as it is being used in FW

Change-Id: I05ad89d4bb3486fdab4a71b8252ec9b5c0c7395b
CRs-Fixed: 1071442
This commit is contained in:
Kiran Kumar Lokere
2016-09-22 19:41:43 -07:00
committed by qcabuildsw
parent ebda0f2713
commit 705fa39ffb

View File

@@ -4636,6 +4636,17 @@ 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;