X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/977aa954eea9d9a08b3baf04080859a85734239e..refs/heads/master:/print-802_11.c diff --git a/print-802_11.c b/print-802_11.c index 25cacfde..6f3bbee8 100644 --- a/print-802_11.c +++ b/print-802_11.c @@ -22,9 +22,7 @@ /* \summary: IEEE 802.11 printer */ -#ifdef HAVE_CONFIG_H #include -#endif #include "netdissect-stdinc.h" @@ -67,7 +65,7 @@ #define IEEE802_11_STATUS_LEN 2 #define IEEE802_11_REASON_LEN 2 -/* Length of previous AP in reassocation frame */ +/* Length of previous AP in reassociation frame */ #define IEEE802_11_AP_LEN 6 #define T_MGMT 0x0 /* management */ @@ -1724,7 +1722,7 @@ static const struct tok category_str[] = { { 3, "BA" }, { 7, "HT" }, { 13, "MeshAction" }, - { 14, "MultiohopAction" }, + { 14, "MultihopAction" }, { 15, "SelfprotectAction" }, { 127, "Vendor" }, { 0, NULL }