radiotap: Fix for the VHT 20MHz MCS 9 data rate not displayed

MCS 9 at 20 MHz is valid for 3 and 6 spatial streams.
Changed the rate table to include rate (mbps) for VHT 20MHz MCS 9.

Signed-off-by: Alexis La Goutte <alexis.lagoutte@gmail.com>

Bug: 12558
Change-Id: Ia16ae545a5ac1779131e24e1f54a5659390cd321
Reviewed-on: https://code.wireshark.org/review/16146
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Ashish Shukla 2016-06-24 15:59:39 -07:00 committed by Guy Harris
parent 28048a9793
commit a4711f80c6
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ static const struct mcs_vht_info ieee80211_vhtinfo[MAX_MCS_VHT_INDEX+1] = {
},
/* MCS 9 */
{ "256-QAM", "5/6",
{ /* 20 Mhz */ { 0.0f, /* SGI */ 0.0f, },
{ /* 20 Mhz */ { 86.7f, /* SGI */ 96.3f, },
/* 40 Mhz */ { 180.0f, /* SGI */ 200.0f, },
/* 80 Mhz */ { 390.0f, /* SGI */ 433.3f, },
/* 160 Mhz */ { 780.0f, /* SGI */ 866.7f, }