Browse Source

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
Kiran Kumar Lokere 8 years ago
parent
commit
705fa39ffb
1 changed files with 11 additions and 0 deletions
  1. 11 0
      target/inc/wmi_unified.h

+ 11 - 0
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;