radiotap: fix a comment.

Radiotap doesn't supply a channel number, just a center frequency, so
the latter is what we use to guess the modulation.
This commit is contained in:
Guy Harris 2021-03-09 18:25:26 -08:00
parent 4b07a92103
commit 71905c6597
1 changed files with 1 additions and 1 deletions

View File

@ -3743,7 +3743,7 @@ dissect_radiotap(tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree, void* u
/*
* We don't know they PHY, but we do have the
* data rate; try to guess it based on the
* data rate and channel/center frequency.
* data rate and center frequency.
*/
if (RATE_IS_DSSS(phdr.data_rate)) {
/* 11b */