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

Add WMI_VDEV_PARAM_MCAST_RC_STALE_PERIOD def

Change-Id: If8b60035c79c8ade68970d6ebeb7b6652b41df3b
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2019-06-20 18:00:55 -07:00
parent 60fcae1614
commit 8d0b5e2ffd
2 changed files with 7 additions and 1 deletions

View File

@@ -9839,6 +9839,12 @@ typedef enum {
*/ */
WMI_VDEV_PARAM_PACKET_CAPTURE_MODE, /* 0x93 */ WMI_VDEV_PARAM_PACKET_CAPTURE_MODE, /* 0x93 */
/**
* To configure duration of how many seconds without tx unicast traffic is
* considered stale for mcast rate adaptation
*/
WMI_VDEV_PARAM_MCAST_RC_STALE_PERIOD, /* 0x94 */
/*=== 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

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_ 680 #define __WMI_REVISION_ 681
/** 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