Loading fw/wmi_unified.h +14 −0 Original line number Original line Diff line number Diff line Loading @@ -27477,12 +27477,24 @@ typedef struct { */ */ } wmi_stats_ext_event_fixed_param; } wmi_stats_ext_event_fixed_param; typedef enum { /** Default: no replay required. */ WMI_PEER_DELETE_NO_REPLAY = 0, /** * Replay requested due to UMAC hang during Peer delete. * Replay done by Host SW after MLO UMAC SSR recovered the UMAC. */ WMI_PEER_DELETE_REPLAY_FOR_UMAC, } WMI_PEER_DELETE_REPLAY_T; typedef struct { typedef struct { A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_peer_delete_resp_event_fixed_param */ A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_peer_delete_resp_event_fixed_param */ /** unique id identifying the VDEV, generated by the caller */ /** unique id identifying the VDEV, generated by the caller */ A_UINT32 vdev_id; A_UINT32 vdev_id; /** peer MAC address */ /** peer MAC address */ wmi_mac_addr peer_macaddr; wmi_mac_addr peer_macaddr; /** WMI_PEER_DELETE_REPLAY_T */ A_UINT32 replay_type; } wmi_peer_delete_resp_event_fixed_param; } wmi_peer_delete_resp_event_fixed_param; typedef struct { typedef struct { Loading @@ -27497,6 +27509,8 @@ typedef struct { * 2 - EFAILED; Delete all peer failed * 2 - EFAILED; Delete all peer failed */ */ A_UINT32 status; A_UINT32 status; /** WMI_PEER_DELETE_REPLAY_T */ A_UINT32 replay_type; } wmi_vdev_delete_all_peer_resp_event_fixed_param; } wmi_vdev_delete_all_peer_resp_event_fixed_param; typedef struct { typedef struct { fw/wmi_version.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -37,7 +37,7 @@ #define __WMI_VER_MINOR_ 0 #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility. */ * change that may or may not break compatibility. */ #define __WMI_REVISION_ 1305 #define __WMI_REVISION_ 1306 /** The Version Namespace should not be normally changed. Only /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work * host and firmware of the same WMI namespace will work Loading Loading
fw/wmi_unified.h +14 −0 Original line number Original line Diff line number Diff line Loading @@ -27477,12 +27477,24 @@ typedef struct { */ */ } wmi_stats_ext_event_fixed_param; } wmi_stats_ext_event_fixed_param; typedef enum { /** Default: no replay required. */ WMI_PEER_DELETE_NO_REPLAY = 0, /** * Replay requested due to UMAC hang during Peer delete. * Replay done by Host SW after MLO UMAC SSR recovered the UMAC. */ WMI_PEER_DELETE_REPLAY_FOR_UMAC, } WMI_PEER_DELETE_REPLAY_T; typedef struct { typedef struct { A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_peer_delete_resp_event_fixed_param */ A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_peer_delete_resp_event_fixed_param */ /** unique id identifying the VDEV, generated by the caller */ /** unique id identifying the VDEV, generated by the caller */ A_UINT32 vdev_id; A_UINT32 vdev_id; /** peer MAC address */ /** peer MAC address */ wmi_mac_addr peer_macaddr; wmi_mac_addr peer_macaddr; /** WMI_PEER_DELETE_REPLAY_T */ A_UINT32 replay_type; } wmi_peer_delete_resp_event_fixed_param; } wmi_peer_delete_resp_event_fixed_param; typedef struct { typedef struct { Loading @@ -27497,6 +27509,8 @@ typedef struct { * 2 - EFAILED; Delete all peer failed * 2 - EFAILED; Delete all peer failed */ */ A_UINT32 status; A_UINT32 status; /** WMI_PEER_DELETE_REPLAY_T */ A_UINT32 replay_type; } wmi_vdev_delete_all_peer_resp_event_fixed_param; } wmi_vdev_delete_all_peer_resp_event_fixed_param; typedef struct { typedef struct {
fw/wmi_version.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -37,7 +37,7 @@ #define __WMI_VER_MINOR_ 0 #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility. */ * change that may or may not break compatibility. */ #define __WMI_REVISION_ 1305 #define __WMI_REVISION_ 1306 /** The Version Namespace should not be normally changed. Only /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work * host and firmware of the same WMI namespace will work Loading