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:

committed by
Vishwajith Upendra

parent
1af039888c
commit
5e9ed45ec1
@@ -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
|
||||
|
Reference in New Issue
Block a user