summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_node.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-09-06 17:42:51 +0000
committersam <sam@FreeBSD.org>2008-09-06 17:42:51 +0000
commit61ad73714471347846b75fd54adb509077b8574a (patch)
tree096034346afa7af1de9721c5a92cad6dd4016fa0 /sys/net80211/ieee80211_node.h
parent9b8a0a755622b1b4953418b4ac6e997ce8760198 (diff)
downloadFreeBSD-src-61ad73714471347846b75fd54adb509077b8574a.zip
FreeBSD-src-61ad73714471347846b75fd54adb509077b8574a.tar.gz
o kill IEEE80211_NODE_PSUPDATE; it was never used
o kill IEEE80211_NODE_CHWUPDATE; it's use was pointless and it was defined wrong (overlap w/ existing flags)
Diffstat (limited to 'sys/net80211/ieee80211_node.h')
-rw-r--r--sys/net80211/ieee80211_node.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/net80211/ieee80211_node.h b/sys/net80211/ieee80211_node.h
index 1935d0c..beeaac9 100644
--- a/sys/net80211/ieee80211_node.h
+++ b/sys/net80211/ieee80211_node.h
@@ -108,8 +108,6 @@ struct ieee80211_node {
#define IEEE80211_NODE_XR 0x0008 /* Atheros WME enable */
#define IEEE80211_NODE_AR 0x0010 /* AR capable */
#define IEEE80211_NODE_BOOST 0x0080
-#define IEEE80211_NODE_PSUPDATE 0x0200 /* power save state changed */
-#define IEEE80211_NODE_CHWUPDATE 0x0400 /* 11n channel width change */
uint16_t ni_flags; /* special-purpose state */
#define IEEE80211_NODE_AUTH 0x0001 /* authorized for data */
#define IEEE80211_NODE_QOS 0x0002 /* QoS enabled */
OpenPOWER on IntegriCloud