summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandeep Puligilla <spuligil@qca.qualcomm.com>2016-03-09 12:09:08 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-03-14 04:14:32 -0700
commit2252b699e6966fd439446c2112be2e08360e831b (patch)
treed8fda7fdab6efa4fcc386fc320f7a53b2928b989
parent498c86219d61d401cdeba1bc64d755e06302e49a (diff)
qcacld-2.0: CL 1469421 - update fw common interface files
WMI change for the per vap dscp override Change-Id: Ia2004cb60959b34f8976282f560edfea3b1153aa CRs-Fixed: 865207
-rw-r--r--CORE/SERVICES/COMMON/wmi_unified.h2
-rw-r--r--CORE/SERVICES/COMMON/wmi_version.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h
index 13307d60a969..89ee7755150d 100644
--- a/CORE/SERVICES/COMMON/wmi_unified.h
+++ b/CORE/SERVICES/COMMON/wmi_unified.h
@@ -1884,6 +1884,7 @@ typedef struct {
wmi_abi_version fw_abi_vers;
wmi_mac_addr mac_addr;
A_UINT32 status;
+ A_UINT32 num_dscp_table;
} wmi_ready_event_fixed_param;
typedef struct {
@@ -3773,6 +3774,7 @@ typedef struct {
A_UINT32 vdev_id;
/** map indicating DSCP to TID conversion */
A_UINT32 dscp_to_tid_map[WMI_DSCP_MAP_MAX];
+ A_UINT32 enable_override;
} wmi_vdev_set_dscp_tid_map_cmd_fixed_param;
/** Fixed rate (rate-code) for broadcast/ multicast data frames */
diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h
index 02c77010b270..6ce155ae0be6 100644
--- a/CORE/SERVICES/COMMON/wmi_version.h
+++ b/CORE/SERVICES/COMMON/wmi_version.h
@@ -36,7 +36,7 @@
#define __WMI_VER_MINOR_ 0
/** WMI revision number has to be incremented when there is a
* change that may or may not break compatibility. */
-#define __WMI_REVISION_ 217
+#define __WMI_REVISION_ 218
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work