Browse Source

qcacld-3.0: CL 1469421 - update fw common interface files

Propagation from qcacld-2.0 to qcacld-3.0
WMI change for the per vap dscp override

Change-Id: Ia2004cb60959b34f8976282f560edfea3b1153aa
CRs-Fixed: 865207
Rajeev Kumar 9 years ago
parent
commit
e18f528464
2 changed files with 3 additions and 1 deletions
  1. 2 0
      target/inc/wmi_unified.h
  2. 1 1
      target/inc/wmi_version.h

+ 2 - 0
target/inc/wmi_unified.h

@@ -1937,6 +1937,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 {
@@ -3969,6 +3970,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 */

+ 1 - 1
target/inc/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