URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ec6fa1a8a0d1fa536f2f39e472a67fcae23b93a4
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ec6fa1a by Simon Barber (simon.barber@xxxxxxxxxx):
Refactor VHT rates table, to use Ndbps (number of data bits per symbol)
to calculate rate. This will enable calculation of FEC rounding precisely
later on.
Change-Id: If7dcee39e12db208636fc8a90bfd784ffbea723c
Reviewed-on: https://code.wireshark.org/review/12857
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 8fa7e2f Refactoring: Use data bits per symbol MCS table to calculate rates and remove redundant HT MCS/rate table. Preparation for duration calculations that will use this data as well.
adds ec6fa1a Refactor VHT rates table, to use Ndbps (number of data bits per symbol) to calculate rate. This will enable calculation of FEC rounding precisely later on.
Summary of changes:
epan/dissectors/packet-ieee80211-radio.c | 95 ++++++++----------------------
1 file changed, 23 insertions(+), 72 deletions(-)