mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-30 02:12:38 +00:00
wifi-diag: Add stats for diff between BA and next AMPDU and similar.
This commit is contained in:
@@ -46,6 +46,7 @@ sub add_pkt {
|
||||
|
||||
my $tid = $self->find_or_create_tid($tidno);
|
||||
$tid->add_pkt($pkt);
|
||||
$pkt->{tid} = $tid;
|
||||
|
||||
# Generate reporting data for this pkt
|
||||
my $ln = "" . $pkt->timestamp() . "\t$tidno\t" . $pkt->datarate() . "\t" . $pkt->retrans() . "\n";
|
||||
|
||||
Reference in New Issue
Block a user