wifi-diag: Add stats for diff between BA and next AMPDU and similar.

This commit is contained in:
Ben Greear
2018-10-09 16:34:04 -07:00
parent 91025df086
commit 756f6f80ec
3 changed files with 265 additions and 7 deletions

View File

@@ -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";