diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 0b2c028231..576f29cc32 100644 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -16669,6 +16669,12 @@ typedef struct wmi_nlo_config { A_UINT32 num_vendor_oui; /** Number of connected NLO band preferences **/ A_UINT32 num_cnlo_band_pref; + /** dwell time in msec on active 2GHz channels */ + A_UINT32 active_dwell_time_2ghz; + /** dwell time in msec when 6 GHz channel (PSC or non-PSC) is marked as an active channel */ + A_UINT32 active_dwell_time_6ghz; + /** dwell time in msec when 6 GHz channel (PSC or non-PSC) is marked as a passive channel */ + A_UINT32 passive_dwell_time_6ghz; /* The TLVs will follow. * nlo_configured_parameters nlo_list[]; * A_UINT32 channel_list[num_of_channels]; // in MHz @@ -16939,6 +16945,7 @@ typedef enum { WMI_STA_KEEPALIVE_METHOD_UNSOLICITED_ARP_RESPONSE = 2, /* ARP response */ WMI_STA_KEEPALIVE_METHOD_ETHERNET_LOOPBACK = 3, /*ETHERNET LOOPBACK*/ WMI_STA_KEEPALIVE_METHOD_GRATUITOUS_ARP_REQUEST = 4, /* gratuitous ARP req*/ + WMI_STA_KEEPALIVE_METHOD_MGMT_VENDOR_ACTION = 5, /* vendor action frame */ } WMI_STA_KEEPALIVE_METHOD; typedef struct { diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 6d26bf3732..1f564450cc 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_ 895 +#define __WMI_REVISION_ 896 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work