summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorKiran Kumar Lokere <klokere@codeaurora.org>2016-09-22 19:41:43 -0700
committerqcabuildsw <qcabuildsw@localhost>2016-10-03 17:32:44 -0700
commit705fa39ffbc9d9a5a297192334305ec3e8d3d46c (patch)
tree51470ab4edda7b9f2c12b9fccee23f790c1f806d /target
parentebda0f2713d653da33b0d51952f83761fa085165 (diff)
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
Diffstat (limited to 'target')
-rw-r--r--target/inc/wmi_unified.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/inc/wmi_unified.h b/target/inc/wmi_unified.h
index c6bc385515d8..d4546fe65add 100644
--- a/target/inc/wmi_unified.h
+++ b/target/inc/wmi_unified.h
@@ -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;