summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2012-10-11 09:43:23 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2012-10-11 09:43:23 +0000
commit428391c520def313b59658b40cdcf142045facc1 (patch)
tree0bac91e9186aec6e56d164c938908926e8fb6595 /sys/dev
parent34dbeac19dd66fbe5a8246e8269d7f29f81c9de1 (diff)
Enable Host AP power saving support for the RT2700, RT2800 and RT3090 chipsets.
Tested by Nathanael Rensen.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/rt2860.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/rt2860.c b/sys/dev/ic/rt2860.c
index 81349e91ad6..0e0666c9b69 100644
--- a/sys/dev/ic/rt2860.c
+++ b/sys/dev/ic/rt2860.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rt2860.c,v 1.65 2010/10/23 14:24:54 damien Exp $ */
+/* $OpenBSD: rt2860.c,v 1.66 2012/10/11 09:43:22 kettenis Exp $ */
/*-
* Copyright (c) 2007-2010 Damien Bergamini <damien.bergamini@free.fr>
@@ -303,10 +303,8 @@ rt2860_attachhook(void *xsc)
#ifndef IEEE80211_STA_ONLY
IEEE80211_C_IBSS | /* IBSS mode supported */
IEEE80211_C_HOSTAP | /* HostAP mode supported */
-#ifdef notyet
IEEE80211_C_APPMGT | /* HostAP power management */
#endif
-#endif
IEEE80211_C_SHPREAMBLE | /* short preamble supported */
IEEE80211_C_SHSLOT | /* short slot time supported */
IEEE80211_C_WEP | /* s/w WEP */