ieee80211: Update VHT channel width interpretation as in IEEE Std 802.11-2020

This commit is contained in:
Adrian Granados 2022-07-11 23:56:00 -06:00 committed by A Wireshark GitLab Utility
parent f99b056025
commit 3c29458a46
1 changed files with 1 additions and 10 deletions

View File

@ -2698,15 +2698,6 @@ static const value_string vht_supported_mcs_flag[] = {
{0x00, NULL}
};
static const value_string vht_op_channel_width_flag[] = {
{0x00, "20 MHz or 40 MHz"},
{0x01, "80 MHz"},
{0x02, "160 MHz"},
{0x03, "80+80 MHz"},
{0x04, "Reserved"},
{0x00, NULL}
};
static const value_string vht_tpe_pwr_units[] = {
{0x00, "EIRP"},
{0x00, NULL}
@ -44347,7 +44338,7 @@ proto_register_ieee80211(void)
{&hf_ieee80211_vht_op_channel_width,
{"Channel Width", "wlan.vht.op.channelwidth",
FT_UINT8, BASE_HEX, VALS(vht_op_channel_width_flag), 0,
FT_UINT8, BASE_DEC, VALS(channel_width_vals), 0,
NULL, HFILL }},
{&hf_ieee80211_vht_op_channel_center0,