From 04e5d8d715890601b66ea69898e0e60cc928d3aa Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 3 May 2017 19:12:03 -0700 Subject: Remove an unnecessary comment, fix another comment. Change-Id: Id20517c99663c624b6bfd58d7475284db450e003 Reviewed-on: https://code.wireshark.org/review/21485 Reviewed-by: Guy Harris --- wiretap/vwr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wiretap') diff --git a/wiretap/vwr.c b/wiretap/vwr.c index d0f7913713..2d72646d28 100644 --- a/wiretap/vwr.c +++ b/wiretap/vwr.c @@ -1437,7 +1437,6 @@ static gboolean vwr_read_s2_W_rec(vwr_t *vwr, struct wtap_pkthdr *phdr, nss = (mcs_index / 8) + 1; - /* YYY - S2 claims to have 11 bytes of PLCP and 1 byte of pad */ plcp_ptr = &(rec[8]); actual_octets = msdu_length; @@ -1540,7 +1539,7 @@ static gboolean vwr_read_s2_W_rec(vwr_t *vwr, struct wtap_pkthdr *phdr, } else if (plcp_type == vVW510021_W_PLCP_VHT_MIXED) { /* - * According to section 22.3.2 "VHTPPDU format" of IEEE Std + * According to section 22.3.2 "VHT PPDU format" of IEEE Std * 802.11ac-2013, the VHT PLCP header has a "non-HT SIGNAL field" * (L-SIG), which looks like an 11a SIGNAL field, followed by * a VHT Signal A field (VHT-SIG-A) described in section -- cgit v1.2.1