diff --git a/wmi_unified_tlv.c b/wmi_unified_tlv.c index 855991b726..aef4750b5b 100644 --- a/wmi_unified_tlv.c +++ b/wmi_unified_tlv.c @@ -17516,6 +17516,8 @@ static QDF_STATUS extract_chan_info_event_tlv(wmi_unified_t wmi_handle, chan_info->noise_floor = ev->noise_floor; chan_info->rx_clear_count = ev->rx_clear_count; chan_info->cycle_count = ev->cycle_count; + chan_info->tx_frame_cnt = ev->tx_frame_cnt; + chan_info->mac_clk_mhz = ev->mac_clk_mhz; chan_info->pdev_id = wlan_get_pdev_id_from_vdev_id( (struct wlan_objmgr_psoc *)wmi_handle->soc->wmi_psoc, ev->vdev_id, WLAN_SCAN_ID);