ieee802.11: changed blurb to stop checkAPI complains.
authorDario Lombardo <lomato@gmail.com>
Thu, 13 Aug 2015 15:27:10 +0000 (17:27 +0200)
committerAlexis La Goutte <alexis.lagoutte@gmail.com>
Thu, 13 Aug 2015 16:02:38 +0000 (16:02 +0000)
Change-Id: I9ec74a7af229a1af3ca946acc5af94ede1913c29
Reviewed-on: https://code.wireshark.org/review/10016
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
epan/dissectors/packet-ieee80211-radio.c

index 084494ba79501fe5dbe63161d9203ff3bd6a4735..7239f8b2907907b7dc182907977abf4682cda0bf 100644 (file)
@@ -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,