diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 2ec6c1491f..55f43666a5 100644 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -11286,6 +11286,8 @@ typedef struct { A_UINT32 wmm_caps; A_UINT32 mcsset[ROAM_OFFLOAD_NUM_MCS_SET>>2]; /* since this 4 byte aligned, we don't declare it as tlv array */ A_UINT32 handoff_delay_for_rx; /* In msec. Delay Hand-Off by this duration to receive pending Rx frames from current BSS */ + A_UINT32 max_mlme_sw_retries; /* maximum number of software retries for preauth and reassoc req */ + A_UINT32 no_ack_timeout; /* In msec. duration to wait before another SW retry made if no ack seen for previous frame */ } wmi_roam_offload_tlv_param; @@ -22004,6 +22006,8 @@ static INLINE A_UINT8 *wmi_id_to_name(A_UINT32 wmi_command) WMI_RETURN_STRING(WMI_MOTION_DET_BASE_LINE_CONFIG_PARAM_CMDID); WMI_RETURN_STRING(WMI_MOTION_DET_START_STOP_CMDID); WMI_RETURN_STRING(WMI_MOTION_DET_BASE_LINE_START_STOP_CMDID); + WMI_RETURN_STRING(WMI_SAR_LIMITS_CMDID); + WMI_RETURN_STRING(WMI_SAR_GET_LIMITS_CMDID); } return "Invalid WMI cmd"; diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 9c27b36a3a..e7d215833e 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_ 560 +#define __WMI_REVISION_ 561 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work