From 705fa39ffbc9d9a5a297192334305ec3e8d3d46c Mon Sep 17 00:00:00 2001 From: Kiran Kumar Lokere Date: Thu, 22 Sep 2016 19:41:43 -0700 Subject: 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 --- target/inc/wmi_unified.h | 11 +++++++++++ 1 file changed, 11 insertions(+) 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; -- cgit v1.2.3