Wireshark-commits: [Wireshark-commits] master fa1635f: ieee80211: fix preamble duration calculation

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 20 Feb 2018 11:22:41 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fa1635f5b077caca91021389c6ef029528b8bab5
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

fa1635f by Neil Ostroff (neil@xxxxxxxxxxxxx):

    ieee80211: fix preamble duration calculation
    
    Preamble duration calculation duplicated the number of HT-LTF symbols
    resulting in an incorrect preamble calculation. This fix removes the
    duplicated code in file: epan/dissectors/packet-ieee80211-radio.c.
    
    Bug: 14439
    Change-Id: I550066a41c24948e16da6a43cf403cf206b7f32d
    Reviewed-on: https://code.wireshark.org/review/25903
    Reviewed-by: Simon Barber <simon.barber@xxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  647e5b4   Use units for the server recv->send duration.
    adds  fa1635f   ieee80211: fix preamble duration calculation


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