aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211-radio.c
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2015-08-13 17:27:10 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2015-08-13 16:02:38 +0000
commitcd76cf6df8808ae4133c88eeb15181f584389d35 (patch)
tree8cd00ca917460aadb94e8a9468321e8e5861f083 /epan/dissectors/packet-ieee80211-radio.c
parent7661bb254048bb388cf422616b1b91fb297abb6f (diff)
ieee802.11: changed blurb to stop checkAPI complains.
Change-Id: I9ec74a7af229a1af3ca946acc5af94ede1913c29 Reviewed-on: https://code.wireshark.org/review/10016 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-ieee80211-radio.c')
-rw-r--r--epan/dissectors/packet-ieee80211-radio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ieee80211-radio.c b/epan/dissectors/packet-ieee80211-radio.c
index 084494ba79..7239f8b290 100644
--- a/epan/dissectors/packet-ieee80211-radio.c
+++ b/epan/dissectors/packet-ieee80211-radio.c
@@ -1007,7 +1007,7 @@ static hf_register_info hf_wlan_radio[] = {
{&hf_wlan_radio_11n_mcs_index,
{"MCS index", "wlan_radio.11n.mcs_index", FT_UINT32, BASE_DEC, NULL, 0,
- NULL, HFILL }},
+ "Modulation and Coding Scheme index", HFILL }},
{&hf_wlan_radio_11n_bandwidth,
{"Bandwidth", "wlan_radio.11n.bandwidth", FT_UINT32, BASE_DEC, VALS(bandwidth_vals), 0,
@@ -1071,7 +1071,7 @@ static hf_register_info hf_wlan_radio[] = {
{&hf_wlan_radio_11ac_mcs,
{"MCS index", "wlan_radio.11ac.mcs", FT_UINT32, BASE_DEC, NULL, 0x0,
- "MCS index", HFILL }},
+ "Modulation and Coding Scheme index", HFILL }},
{&hf_wlan_radio_11ac_nss,
{"Spatial streams", "wlan_radio.11ac.nss", FT_UINT32, BASE_DEC, NULL, 0x0,