|
@@ -292,8 +292,8 @@ pkt_capture_process_tx_data(void *soc, void *log_data, u_int16_t vdev_id,
|
|
|
/* nss not available */
|
|
|
pktcapture_hdr.nss = 0;
|
|
|
pktcapture_hdr.rssi_comb = tx_comp_status.ack_frame_rssi;
|
|
|
- /* rate not available */
|
|
|
- pktcapture_hdr.rate = 0;
|
|
|
+ /* update rate from available mcs */
|
|
|
+ pktcapture_hdr.rate = tx_comp_status.mcs;
|
|
|
pktcapture_hdr.stbc = tx_comp_status.stbc;
|
|
|
pktcapture_hdr.sgi = tx_comp_status.sgi;
|
|
|
pktcapture_hdr.ldpc = tx_comp_status.ldpc;
|