summaryrefslogtreecommitdiff
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-04-30 19:55:06 -0700
committerGuy Harris <guy@alum.mit.edu>2017-05-01 02:56:11 +0000
commitcd12580de127fb5647c7bc115629682527395e8a (patch)
tree958dfbe684ee61e50b7833965748696064110a62 /wiretap
parent477c4edd346f98b1215787404bc7f605389839db (diff)
downloadwireshark-cd12580de127fb5647c7bc115629682527395e8a.tar.gz
For S3, yes, the PLCP type can be vVW510021_W_PLCP_LEGACY.
(The dissector checks for it.) Change-Id: Ic1456b263f3cbda2a630259a2b71b1f1015b5e3e Reviewed-on: https://code.wireshark.org/review/21442 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/vwr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/wiretap/vwr.c b/wiretap/vwr.c
index ec50eefeb4..53b93e167b 100644
--- a/wiretap/vwr.c
+++ b/wiretap/vwr.c
@@ -1947,8 +1947,6 @@ static gboolean vwr_read_s3_W_rec(vwr_t *vwr, struct wtap_pkthdr *phdr,
/*** Calculate Data rate based on
* PLCP type, MCS index and number of spatial stream
* radioflags is temporarily calculated, which is used in getRate().
- *
- * XXX - for S3, can the PLCP type ever be vVW510021_W_PLCP_LEGACY?
**/
if (plcp_type == vVW510021_W_PLCP_MIXED)
{