From bfdccc21aa978030fee879d584067f20ab103ac3 Mon Sep 17 00:00:00 2001 From: dyoung Date: Thu, 27 Mar 2003 07:22:47 +0000 Subject: [PATCH] 802.11 MLME-JOIN.request is an abstract MAC function that is not necessarily exposed to the host, so Lucent/Agere/whatever is correct in not supporting it. --- sys/dev/ic/wi.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/sys/dev/ic/wi.c b/sys/dev/ic/wi.c index 49030af93a64..bff23ce568f8 100644 --- a/sys/dev/ic/wi.c +++ b/sys/dev/ic/wi.c @@ -1,4 +1,4 @@ -/* $NetBSD: wi.c,v 1.114 2003/03/27 05:00:21 dyoung Exp $ */ +/* $NetBSD: wi.c,v 1.115 2003/03/27 07:22:47 dyoung Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -70,7 +70,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: wi.c,v 1.114 2003/03/27 05:00:21 dyoung Exp $"); +__KERNEL_RCSID(0, "$NetBSD: wi.c,v 1.115 2003/03/27 07:22:47 dyoung Exp $"); #define WI_HERMES_AUTOINC_WAR /* Work around data write autoinc bug. */ #define WI_HERMES_STATS_WAR /* Work around stats counter bug. */ @@ -978,9 +978,6 @@ wi_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data) } break; case SIOCS80211BSSID: - /* No use pretending that Lucent firmware supports - * 802.11 MLME-JOIN.request. - */ if (sc->sc_firmware_type == WI_LUCENT) { error = ENODEV; break;