diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 109777c518..aacf00a93d 100644 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -10510,6 +10510,19 @@ typedef enum { */ WMI_VDEV_PARAM_ENABLE_DISABLE_RTT_INITIATOR_ROLE, /* 0x9A */ + /** + * To configure duration of how many seconds to wait to kickout peer + * if peer is not reachable + */ + WMI_VDEV_PARAM_NDP_KEEPALIVE_TIMEOUT, /* 0x9B*/ + + /** + * To support discovery of NAN cluster with Master Preference (MP) as 0 + * when a new device is enabling NAN + */ + WMI_VDEV_PARAM_ALLOW_NAN_INITIAL_DISCOVERY_OF_MP0_CLUSTER, /* 0x9C */ + + /*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE === * The below vdev param types are used for prototyping, and are * prone to change. diff --git a/fw/wmi_version.h b/fw/wmi_version.h index aec4a85a8d..f630bab1fb 100644 --- a/fw/wmi_version.h +++ b/fw/wmi_version.h @@ -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_ 774 +#define __WMI_REVISION_ 775 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work