summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/ath.c
diff options
context:
space:
mode:
authorreyk <reyk@openbsd.org>2005-08-21 11:17:51 +0000
committerreyk <reyk@openbsd.org>2005-08-21 11:17:51 +0000
commit4be29e56fb9ed994982488fa54c820bfe5633ab2 (patch)
tree9dcad8041dcb57710fe0311de85c744ca1b4076a /sys/dev/ic/ath.c
parentParameter being passed __func__ must be const char *. Allows aac to (diff)
downloadwireguard-openbsd-4be29e56fb9ed994982488fa54c820bfe5633ab2.tar.xz
wireguard-openbsd-4be29e56fb9ed994982488fa54c820bfe5633ab2.zip
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/ic/ath.c')
-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 */
/*