summaryrefslogtreecommitdiff
path: root/plugins/wimax/msg_sbc.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-02-10 20:52:21 +0000
committerBill Meier <wmeier@newsguy.com>2013-02-10 20:52:21 +0000
commitf784806968373d1ec939a18ffe5ef8727d4dbadf (patch)
treeadaccfc17a91bfce6628f1f7d0326f6d2badb4e5 /plugins/wimax/msg_sbc.c
parent0a20c5dd913ee49a4faf9ed5d868e308949eb450 (diff)
downloadwireshark-f784806968373d1ec939a18ffe5ef8727d4dbadf.tar.gz
Comment out numerous unused hf_.... instances found by checkhf.
svn path=/trunk/; revision=47617
Diffstat (limited to 'plugins/wimax/msg_sbc.c')
-rw-r--r--plugins/wimax/msg_sbc.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/plugins/wimax/msg_sbc.c b/plugins/wimax/msg_sbc.c
index 02f7b1eb79..e11653eb45 100644
--- a/plugins/wimax/msg_sbc.c
+++ b/plugins/wimax/msg_sbc.c
@@ -94,7 +94,7 @@ static gint hf_sbc_ss_demodulator_cc_with_optional_interleaver = -1;
static gint hf_sbc_ss_demodulator_harq_chase = -1;
static gint hf_sbc_ss_demodulator_harq_ctc_ir = -1;
static gint hf_sbc_ss_demodulator_reserved = -1;
-static gint hf_sbc_ss_demodulator_reserved1 = -1;
+/* static gint hf_sbc_ss_demodulator_reserved1 = -1; */
static gint hf_sbc_ss_demodulator_64qam_2 = -1;
static gint hf_sbc_ss_demodulator_btc_2 = -1;
static gint hf_sbc_ss_demodulator_ctc_2 = -1;
@@ -156,7 +156,7 @@ static gint hf_sbc_ofdma_ss_uplink_power_control_support = -1;
static gint hf_sbc_ofdma_ss_uplink_power_control_support_open_loop = -1;
static gint hf_sbc_ofdma_ss_uplink_power_control_support_aas_preamble = -1;
static gint hf_sbc_ofdma_ss_uplink_power_control_support_rsvd = -1;
-static gint hf_sbc_ofdm_ss_minimum_num_of_frames = -1;
+/* static gint hf_sbc_ofdm_ss_minimum_num_of_frames = -1; */
static gint hf_sbc_tlv_t_27_extension_capability = -1;
static gint hf_sbc_tlv_t_27_extension_capability_bit0 = -1;
static gint hf_sbc_tlv_t_27_extension_capability_reserved = -1;
@@ -2901,6 +2901,7 @@ void proto_register_mac_mgmt_msg_sbc(void)
FT_UINT16, BASE_HEX, NULL, 0x800, NULL, HFILL
}
},
+#if 0
{ /* if the number of DL H-ARQ channels > 7 but tlv length = 1 */
&hf_sbc_ss_demodulator_reserved1,
{
@@ -2908,6 +2909,7 @@ void proto_register_mac_mgmt_msg_sbc(void)
FT_UINT16, BASE_HEX, NULL, 0xFFFF, NULL, HFILL
}
},
+#endif
{
&hf_sbc_ss_demodulator_stc,
{
@@ -2979,6 +2981,7 @@ void proto_register_mac_mgmt_msg_sbc(void)
FT_UINT8, BASE_HEX, NULL, 0xE0, NULL, HFILL
}
},
+#if 0
{
&hf_sbc_ofdm_ss_minimum_num_of_frames,
{
@@ -2986,6 +2989,7 @@ void proto_register_mac_mgmt_msg_sbc(void)
FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL
}
},
+#endif
{
&hf_sbc_ss_mimo_uplink_support_rsvd,
{