ieee80211: remove unused variable and fix compilation

Fix compilation error:

.../wireshark/epan/dissectors/packet-ieee80211.c:2641:27:
error: ‘ht_info_service_interval_granularity_flags’ defined but not used
[-Werror=unused-const-variable=]

Change-Id: I0e6e8a46b2bd58923847220f675fe6e4d6a34aef
Reviewed-on: https://code.wireshark.org/review/27498
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
This commit is contained in:
Ivan Nardi 2018-05-13 16:17:17 +02:00 committed by Pascal Quantin
parent 761365e574
commit e6d2f14009
1 changed files with 0 additions and 12 deletions

View File

@ -2638,18 +2638,6 @@ static const true_false_string ht_info_rifs_mode_flag = {
"Prohibited"
};
static const value_string ht_info_service_interval_granularity_flags[] = {
{0x00, "5 ms"},
{0x01, "10 ms"},
{0x02, "15 ms"},
{0x03, "20 ms"},
{0x04, "25 ms"},
{0x05, "30 ms"},
{0x06, "35 ms"},
{0x07, "40 ms"},
{0x00, NULL}
};
static const value_string ht_info_operating_protection_mode_flags[] = {
{0x00, "No protection mode"},
{0x01, "HT non-member protection mode"},