Loading fw/wmi_unified.h +4 −0 Original line number Diff line number Diff line Loading @@ -5617,6 +5617,8 @@ typedef struct { * [31:16]: mgmt_pkt_ctr, Sequence number of the last fw consumed mgmt frame */ A_UINT32 mgmt_pkt_ctr_info; A_UINT32 rx_ppdu_duration_us; /* receive duration in us */ A_UINT32 mpdu_end_timestamp; /* mpdu end timestamp in us (based on HWMLO timer) */ } wmi_mgmt_rx_fw_consumed_hdr; /** Helper macro for param GET/SET of mgmt_rx_reo_params */ Loading Loading @@ -5646,6 +5648,8 @@ typedef struct { */ A_UINT32 mgmt_pkt_ctr_link_info; A_UINT32 rx_ppdu_duration_us; /* receive duration in us */ A_UINT32 mpdu_end_timestamp; /* mpdu end timestamp in us (based on HWMLO timer) */ } wmi_mgmt_rx_reo_params; /** Helper macro for param GET/SET */ fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,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_ 1144 #define __WMI_REVISION_ 1145 /** 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 −0 Original line number Diff line number Diff line Loading @@ -5617,6 +5617,8 @@ typedef struct { * [31:16]: mgmt_pkt_ctr, Sequence number of the last fw consumed mgmt frame */ A_UINT32 mgmt_pkt_ctr_info; A_UINT32 rx_ppdu_duration_us; /* receive duration in us */ A_UINT32 mpdu_end_timestamp; /* mpdu end timestamp in us (based on HWMLO timer) */ } wmi_mgmt_rx_fw_consumed_hdr; /** Helper macro for param GET/SET of mgmt_rx_reo_params */ Loading Loading @@ -5646,6 +5648,8 @@ typedef struct { */ A_UINT32 mgmt_pkt_ctr_link_info; A_UINT32 rx_ppdu_duration_us; /* receive duration in us */ A_UINT32 mpdu_end_timestamp; /* mpdu end timestamp in us (based on HWMLO timer) */ } wmi_mgmt_rx_reo_params; /** Helper macro for param GET/SET */
fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,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_ 1144 #define __WMI_REVISION_ 1145 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading