Skip to content
Snippets Groups Projects
Commit e224ad22 authored by cni's avatar cni
Browse files

Packets/80211Bundle: fixed copypaste error in dump method

parent 1765021b
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ prefix_ void senf::RadiotapPacketType::dump(packet p, std::ostream &os)
if (p->has_tsft())
os << " MAC timestamp : " << unsigned( p->tsft()) << "\n";
// TODO: flags
if (p->has_tsft())
if (p->has_rate())
os << " Rate : " << unsigned( p->rate()) << "\n";
// TODO: channelOptions
if (p->has_fhss())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment