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
This commit is contained in:
Himanshu Agarwal
2016-06-08 15:09:16 +05:30
committed by Vishwajith Upendra
szülő 1af039888c
commit 5e9ed45ec1
3 fájl változott, egészen pontosan 13 új sor hozzáadva és 1 régi sor törölve

Fájl megtekintése

@@ -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,

Fájl megtekintése

@@ -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

Fájl megtekintése

@@ -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