]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-802_11.c
CI: Add warning exemptions for Sun C (suncc-5.15) on Solaris 10
[tcpdump] / print-802_11.c
index 25cacfde0ad9645989f315120ec9bc12e3a93db3..6f3bbee8cd5f8a696c8b7dbb055e8ff77609f5b9 100644 (file)
@@ -22,9 +22,7 @@
 
 /* \summary: IEEE 802.11 printer */
 
-#ifdef HAVE_CONFIG_H
 #include <config.h>
-#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 }