summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2005-08-21 11:17:52 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2005-08-21 11:17:52 +0000
commit534b4bd3780f83277669f6626203ab62c1f86c55 (patch)
tree1e3d847e321e2730195e4fd05c7fb823d7f90b67 /sys/dev
parent02ed6fe40681d10ed97e6c7ac25a9cf1547d241b (diff)
remove the IEEE80211_C_SCANALL capability, it should be used on
devices with firmware-based scanning only. pointed out in a discussion about iwi(4) and ipw(4).
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/ath.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/ath.c b/sys/dev/ic/ath.c
index a11c5cca419..1ae2958cdb2 100644
--- a/sys/dev/ic/ath.c
+++ b/sys/dev/ic/ath.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ath.c,v 1.33 2005/08/17 13:14:17 reyk Exp $ */
+/* $OpenBSD: ath.c,v 1.34 2005/08/21 11:17:51 reyk Exp $ */
/* $NetBSD: ath.c,v 1.37 2004/08/18 21:59:39 dyoung Exp $ */
/*-
@@ -349,7 +349,6 @@ ath_attach(u_int16_t devid, struct ath_softc *sc)
| IEEE80211_C_HOSTAP /* hostap mode */
| IEEE80211_C_MONITOR /* monitor mode */
| IEEE80211_C_SHSLOT /* short slot time supported */
- | IEEE80211_C_SCANALL /* scan all channels */
| IEEE80211_C_SHPREAMBLE; /* short preamble supported */
/*