Searched refs:tx_comp_status (Results 1 – 1 of 1) sorted by relevance
274 struct hal_tx_completion_status tx_comp_status = {0}; in pkt_capture_process_tx_data() local283 hal_tx_comp_get_status(&desc->comp, &tx_comp_status, in pkt_capture_process_tx_data()286 if (tx_comp_status.valid) in pkt_capture_process_tx_data()287 pktcapture_hdr.ppdu_id = tx_comp_status.ppdu_id; in pkt_capture_process_tx_data()288 pktcapture_hdr.timestamp = tx_comp_status.tsf; in pkt_capture_process_tx_data()289 pktcapture_hdr.preamble = tx_comp_status.pkt_type; in pkt_capture_process_tx_data()290 pktcapture_hdr.mcs = tx_comp_status.mcs; in pkt_capture_process_tx_data()291 pktcapture_hdr.bw = tx_comp_status.bw; in pkt_capture_process_tx_data()294 pktcapture_hdr.rssi_comb = tx_comp_status.ack_frame_rssi; in pkt_capture_process_tx_data()296 pktcapture_hdr.rate = tx_comp_status.mcs; in pkt_capture_process_tx_data()[all …]