Loading fw/wmi_unified.h +4 −2 Original line number Diff line number Diff line Loading @@ -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, Loading Loading @@ -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 { Loading Loading @@ -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, Loading Loading @@ -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 */ fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
fw/wmi_unified.h +4 −2 Original line number Diff line number Diff line Loading @@ -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, Loading Loading @@ -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 { Loading Loading @@ -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, Loading Loading @@ -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 */
fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading