fw-api: CL 5837805 - update fw common interface files
Change-Id: Ie9b422d4134790620911cfd5546a638c7994f792 WMI: add WMI_VDEV_PARAM_MAX_MTU_SIZE CRs-Fixed: 2262693
Esse commit está contido em:

commit de
Gerrit - the friendly Code Review server

pai
36410bcaec
commit
4e77c17107
@@ -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
|
||||
|
@@ -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
|
||||
|
Referência em uma nova issue
Block a user