Wireshark-commits: [Wireshark-commits] master 2c0d117: Fix VHT valid checks.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 14 Jul 2016 03:14:14 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2c0d11716bac5807e35d97686c6d7d9293d2795e
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2c0d117 by Guy Harris (guy@xxxxxxxxxxxx):

    Fix VHT valid checks.
    
    The valid array in a struct mcs_vht_valid is indexed by the bandwidth
    and the NSS-1; use the NSS-1, not the NSS, as the index.
    
    The maximum possible value of the NSS is MAX_VHT_NSS, so allow a value
    of MAX_VHT_NSS.
    
    Change-Id: I49585f217f3e70356c1dd1ba32b6c714ce202236
    Reviewed-on: https://code.wireshark.org/review/16426
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  335b2c0   vwr.c Dynamically allocate large buffers
    adds  2c0d117   Fix VHT valid checks.


Summary of changes:
 epan/dissectors/packet-ieee80211-radio.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)