From cd12580de127fb5647c7bc115629682527395e8a Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 30 Apr 2017 19:55:06 -0700 Subject: 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 --- wiretap/vwr.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'wiretap') 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) { -- cgit v1.2.1