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:

committed by
snandini

parent
18ecb71811
commit
79be00c64f
@@ -7233,6 +7233,18 @@ typedef enum {
|
||||
/* enable or disable NOA for 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 ===
|
||||
* The below vdev param types are used for prototyping, and are
|
||||
* prone to change.
|
||||
|
@@ -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_ 378
|
||||
#define __WMI_REVISION_ 379
|
||||
|
||||
/** The Version Namespace should not be normally changed. Only
|
||||
* host and firmware of the same WMI namespace will work
|
||||
|
Reference in New Issue
Block a user