Browse Source

qcacld-3.0: CL 1524393 – update fw common interface files

Propagation from qcacld-2.0 to qcacld-3.0.

Add WMI VDEV SW_RETRY_TH params
Add halphy module ID

Change-Id: Ie7c14aadf124a0aaaad1470e678e99f2fb5d436b
CRs-Fixed: 865207
Himanshu Agarwal 8 years ago
parent
commit
5e9ed45ec1
3 changed files with 13 additions and 1 deletions
  1. 1 0
      target/inc/wlan_module_ids.h
  2. 11 0
      target/inc/wmi_unified.h
  3. 1 1
      target/inc/wmi_version.h

+ 1 - 0
target/inc/wlan_module_ids.h

@@ -98,6 +98,7 @@ typedef enum {
 	WLAN_MODULE_NAN20,                    /* 0x40 */
 	WLAN_MODULE_QBOOST,                   /* 0x41 */
 	WLAN_MODULE_P2P_LISTEN_OFFLOAD,       /* 0x42 */
+	WLAN_MODULE_HALPHY,                   /* 0x43 */
 
 	WLAN_MODULE_ID_MAX,
 	WLAN_MODULE_ID_INVALID = WLAN_MODULE_ID_MAX,

+ 11 - 0
target/inc/wmi_unified.h

@@ -5565,6 +5565,17 @@ typedef enum {
 	/* vdev-specific mgmt tx power in dBm units (signed integer value) */
 	WMI_VDEV_PARAM_MGMT_TX_POWER,
 
+	/*
+	 * Vdev level non aggregration/11g sw retry threshold.
+	 *   0-disable, min:0, max:31, default:15
+	 */
+	WMI_VDEV_PARAM_NON_AGG_SW_RETRY_TH,
+	/*
+	 * Vdev level aggregration sw retry threshold.
+	 *   0-disable, min:0, max:31, default:15
+	 */
+	WMI_VDEV_PARAM_AGG_SW_RETRY_TH,
+
 	/*
 	 * === ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
 	 * The below vdev param types are used for prototyping, and are

+ 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_ 259
+#define __WMI_REVISION_ 260
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work