fw-api: CL 3026509 - update fw common interface files

Add WMI_VDEV_PARAM_PER_BAND_MGMT_TX_RATE for per-band specifications of rate for tx mgmt frames

Change-Id: Iff923c88b39f633c6a63cd3023160d46e5633681
CRs-Fixed: 1107600
This commit is contained in:
Sandeep Puligilla
2017-04-26 10:01:17 -07:00
committed by snandini
parent 18ecb71811
commit 79be00c64f
2 changed files with 13 additions and 1 deletions

View File

@@ -7233,6 +7233,18 @@ typedef enum {
/* enable or disable NOA for P2P GO */ /* enable or disable NOA for P2P GO */
WMI_VDEV_PARAM_DISABLE_NOA_P2P_GO, WMI_VDEV_PARAM_DISABLE_NOA_P2P_GO,
/** Per band user management frame fix rate setting
* BIT 31: enable (1) or disable (0) mgmt fix rate for 5G
* BIT 30: enable (1) or disable (0) mgmt fix rate for 2G
*
* BIT 23: 11ax (1) or legacy (0) rate code
* BITS [22..12]: rate code for 5G
*
* BIT 11: 11ax (1) or legacy (0) rate code
* BITS [10..0]: rate code for 2G
*/
WMI_VDEV_PARAM_PER_BAND_MGMT_TX_RATE,
/*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE === /*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
* The below vdev param types are used for prototyping, and are * The below vdev param types are used for prototyping, and are
* prone to change. * prone to change.

View File

@@ -36,7 +36,7 @@
#define __WMI_VER_MINOR_ 0 #define __WMI_VER_MINOR_ 0
/** WMI revision number has to be incremented when there is a /** WMI revision number has to be incremented when there is a
* change that may or may not break compatibility. */ * change that may or may not break compatibility. */
#define __WMI_REVISION_ 378 #define __WMI_REVISION_ 379
/** The Version Namespace should not be normally changed. Only /** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work * host and firmware of the same WMI namespace will work