summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ieee80211.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ieee80211.c')
-rw-r--r--epan/dissectors/packet-ieee80211.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-ieee80211.c b/epan/dissectors/packet-ieee80211.c
index 0c80e5bec6..c3f9ef476f 100644
--- a/epan/dissectors/packet-ieee80211.c
+++ b/epan/dissectors/packet-ieee80211.c
@@ -6160,15 +6160,15 @@ dissect_vendor_ie_marvell(proto_item * item _U_, proto_tree * ietree,
typedef enum {
ATHEROS_IE_ADVCAP = 1,
- ATHEROS_IE_XR = 3,
+ ATHEROS_IE_XR = 3
} atheros_ie_type_t;
typedef enum {
- ATHEROS_IE_ADVCAP_S = 1,
+ ATHEROS_IE_ADVCAP_S = 1
} atheros_ie_advcap_subtype_t;
typedef enum {
- ATHEROS_IE_XR_S = 1,
+ ATHEROS_IE_XR_S = 1
} atheros_ie_xr_subtype_t;
typedef enum {