aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/wlandebug
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-06-01 23:41:33 +0000
committerWarner Losh <imp@FreeBSD.org>2023-06-02 02:33:40 +0000
commit1f0cd2d9ce73ec914040615841a4fc2cb5a02897 (patch)
tree86899c42d04dcf948d6c70a75bc6e82145f7c521 /usr.sbin/wlandebug
parent843fe4892e3c22edb22bc1b8ac9c1a44b0016671 (diff)
downloadsrc-1f0cd2d9ce73ec914040615841a4fc2cb5a02897.tar.gz
src-1f0cd2d9ce73ec914040615841a4fc2cb5a02897.zip
Diffstat (limited to 'usr.sbin/wlandebug')
-rw-r--r--usr.sbin/wlandebug/wlandebug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/wlandebug/wlandebug.c b/usr.sbin/wlandebug/wlandebug.c
index 2be5af130ff4..0f89631ce4ae 100644
--- a/usr.sbin/wlandebug/wlandebug.c
+++ b/usr.sbin/wlandebug/wlandebug.c
@@ -55,7 +55,7 @@ const char *progname;
#define IEEE80211_MSG_11N 0x80000000 /* 11n mode debug */
#define IEEE80211_MSG_DEBUG 0x40000000 /* IFF_DEBUG equivalent */
-#define IEEE80211_MSG_DUMPPKTS 0x20000000 /* IFF_LINK2 equivalant */
+#define IEEE80211_MSG_DUMPPKTS 0x20000000 /* IFF_LINK2 equivalent */
#define IEEE80211_MSG_CRYPTO 0x10000000 /* crypto work */
#define IEEE80211_MSG_INPUT 0x08000000 /* input handling */
#define IEEE80211_MSG_XRATE 0x04000000 /* rate set handling */