Date: Sun, 09 Sep 2001 11:32:16 -0500 From: Chuck <banzai26@home.com> To: freebsd-mobile@freebsd.org Cc: bkarp@icsi.berkeley.edu Subject: Linksys WAP11 and WPC11 on FreeBSD 4.3 Message-ID: <3B9B9990.D7650EBB@home.com>
next in thread | raw e-mail | index | archive | help
I recently purchased Linksys WAP11 and WPC11 pccard and had some trouble
getting it to work with FreeBSD 4.3. I saw Brad Karp's post on 19 May,
and while it was helpful, it was not immediately obvious exactly what
needed to be changed in the if_wi.c driver. The following are the diffs
that worked for me:
/etc/defaults/pccard.conf diffs
1633,1637d1632
< # Linksys Wireless WPC11
< card "Instant Wireless " " Network PC CARD"
< config auto "wi" ?
< insert /etc/pccard_ether $device start
< remove /etc/pccard_ether $device stop
/usr/src/sys/i386/isa/if_wi.c diffs
376,382d375
< if( rx_frame.wi_status == NULL ) {
< device_printf(sc->dev, "NULL wi_status received,
returning" );
< m_freem(m);
< ifp->if_ierrors++;
< return;
< }
<
Anybody get the WEP (swiss cheese) encryption to work between the WAP11
and the WPC11??
Cheers,
-Chuck
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B9B9990.D7650EBB>
