summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDamien Bergamini <damien@cvs.openbsd.org>2008-08-02 08:24:16 +0000
committerDamien Bergamini <damien@cvs.openbsd.org>2008-08-02 08:24:16 +0000
commit9e17aaaa5a0442efcbd7394a97feca8b3457606b (patch)
tree24b581ed0827000dc5f1c618133dbaf6c8d730cb /sys
parent030ed887c3898c59480eff565ffe1f6861df249d (diff)
typo in a comment. no binary change.
Diffstat (limited to 'sys')
-rw-r--r--sys/net80211/ieee80211_node.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net80211/ieee80211_node.h b/sys/net80211/ieee80211_node.h
index 581697897dc..8e375b81895 100644
--- a/sys/net80211/ieee80211_node.h
+++ b/sys/net80211/ieee80211_node.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ieee80211_node.h,v 1.29 2008/08/02 08:20:16 damien Exp $ */
+/* $OpenBSD: ieee80211_node.h,v 1.30 2008/08/02 08:24:15 damien Exp $ */
/* $NetBSD: ieee80211_node.h,v 1.9 2004/04/30 22:57:32 dyoung Exp $ */
/*-
@@ -181,7 +181,7 @@ struct ieee80211_node {
u_int8_t ni_flags; /* special-purpose state */
#define IEEE80211_NODE_ERP 0x01
#define IEEE80211_NODE_QOS 0x02
-#define IEEE80211_NODE_REKEY 0x04 /* GTK rekying in progress */
+#define IEEE80211_NODE_REKEY 0x04 /* GTK rekeying in progress */
#define IEEE80211_NODE_RXPROT 0x08 /* RX protection ON */
#define IEEE80211_NODE_TXPROT 0x10 /* TX protection ON */
#define IEEE80211_NODE_TXRXPROT \