From 7f5668e8ec504d3271bce6fd8ebfaa01be5fdcb4 Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Tue, 20 Dec 2022 21:21:35 +0000 Subject: [PATCH] WLAN: fix a couple of warnings from check_typed_item_calls.py --- epan/dissectors/packet-ieee80211.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epan/dissectors/packet-ieee80211.c b/epan/dissectors/packet-ieee80211.c index 4d944b7cde..f164a6c11f 100644 --- a/epan/dissectors/packet-ieee80211.c +++ b/epan/dissectors/packet-ieee80211.c @@ -45868,7 +45868,7 @@ proto_register_ieee80211(void) NULL, HFILL }}, {&hf_ieee80211_tag_measure_request_civic_location_type, - {"Civic Location Type", "wlan.measure.req.location_subject", + {"Civic Location Type", "wlan.measure.req.location_type", FT_UINT8, BASE_DEC, VALS(ieee80211_tag_measure_request_civic_location_type), 0, NULL, HFILL }}, @@ -51662,7 +51662,7 @@ proto_register_ieee80211(void) {&hf_ieee80211_s1g_sector_id_snr, {"SNR", "wlan.s1g.sector_id_index.snr", FT_UINT16, BASE_CUSTOM, CF_FUNC(s1g_sector_id_index_snr_custom), - 0x00F1, NULL, HFILL }}, + 0x00F8, NULL, HFILL }}, {&hf_ieee80211_s1g_sector_id_receive_sector_bitmap, {"Receive Sector Bitmap", "wlan.s1g.sector_id_index.receive_sector_bitmap",