diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index bf5f241a1b..9daf99c7f3 100644 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -750,7 +750,7 @@ typedef enum { /** AP power save specific config */ /** set AP power save specific param */ WMI_AP_PS_PEER_PARAM_CMDID = WMI_CMD_GRP_START_ID(WMI_GRP_AP_PS), - /** set AP UAPSD coex pecific param */ + /** set AP UAPSD coex specific param */ WMI_AP_PS_PEER_UAPSD_COEX_CMDID, /** set Enhanced Green AP param */ WMI_AP_PS_EGAP_PARAM_CMDID, @@ -13762,6 +13762,7 @@ typedef enum event_type_e { WOW_BSS_COLOR_COLLISION_DETECT_EVENT, WOW_TKIP_MIC_ERR_FRAME_RECVD_EVENT, WOW_ROAM_PREAUTH_START_EVENT, + WOW_ROAM_PMKID_REQUEST_EVENT, } WOW_WAKE_EVENT_TYPE; typedef enum wake_reason_e { @@ -13827,6 +13828,7 @@ typedef enum wake_reason_e { WOW_REASON_PKT_CAPTURE_MODE_WAKE, WOW_REASON_PAGE_FAULT, /* Host wake up due to page fault */ WOW_REASON_ROAM_PREAUTH_START, + WOW_REASON_ROAM_PMKID_REQUEST, /* add new WOW_REASON_ defs before this line */ WOW_REASON_MAX, @@ -24032,7 +24034,7 @@ static INLINE A_UINT8 *wmi_id_to_name(A_UINT32 wmi_command) /* AP power save specific config * set AP power save specific param */ WMI_RETURN_STRING(WMI_AP_PS_PEER_PARAM_CMDID); - /* set AP UAPSD coex pecific param */ + /* set AP UAPSD coex specific param */ WMI_RETURN_STRING(WMI_AP_PS_PEER_UAPSD_COEX_CMDID); /* Rate-control specific commands */ diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 9fcdcaff29..f265ea5db6 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_ 708 +#define __WMI_REVISION_ 709 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work