Wireshark-commits: [Wireshark-commits] master 95934d8: ieee80211: calculate the number of tones for
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 16 Jan 2019 15:17:52 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=95934d82e2d9a267287f8dc1a1fcf0ba07d70dfc
Submitter: "Richard Sharpe <realrichardsharpe@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

95934d8 by Emmanuel Grumbach (emmanuel.grumbach@xxxxxxxxx):

    ieee80211: calculate the number of tones for RU allocation
    
    It can be annoying to have to manually calculate the number
    of tones based on the global bandwidth and the RU allocation.
    Do that in the dissector.
    
    Change-Id: I42eb403a91ebacc4fcfaa3e8c3e793a055d2b9f8
    Reviewed-on: https://code.wireshark.org/review/31559
    Reviewed-by: Emmanuel Grumbach <egrumbach@xxxxxxxxx>
    Petri-Dish: Jim Young <jim.young.ws@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Richard Sharpe <realrichardsharpe@xxxxxxxxx>
    

Actions performed:

    from  6ee0dab   Couchbase: Fix another shadow variable.
     add  95934d8   ieee80211: calculate the number of tones for RU allocation


Summary of changes:
 epan/dissectors/packet-ieee80211.c | 103 ++++++++++++++++++++++++++++++++++---
 1 file changed, 97 insertions(+), 6 deletions(-)