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.
This commit is contained in:
parent
8909c240f2
commit
bfdccc21aa
|
@ -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 <sys/cdefs.h>
|
||||
__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;
|
||||
|
|
Loading…
Reference in New Issue