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

Change-Id: Ie9b422d4134790620911cfd5546a638c7994f792
WMI: add WMI_VDEV_PARAM_MAX_MTU_SIZE
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2018-11-08 00:04:16 -08:00
committed by Gerrit - the friendly Code Review server
parent 36410bcaec
commit 4e77c17107
2 changed files with 8 additions and 1 deletions

View File

@@ -9021,6 +9021,13 @@ typedef enum {
/** Update dot11ObssNbruToleranceTime in fw. Param value: seconds */
WMI_VDEV_PARAM_UPDATE_OBSS_RU_TOLERANCE_TIME, /* 0x90 */
/** Parameter used when MTU size is sent by the host
* In particular, this configuration message is used for cases where the
* encapsulation header results in a larger max frame size than the
* typical 802.3 + SNAP/LLC frame.
*/
WMI_VDEV_PARAM_MAX_MTU_SIZE, /* 0x91 */
/*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
* The below vdev param types are used for prototyping, and are

View File

@@ -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_ 590
#define __WMI_REVISION_ 591
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work