From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Mon, 28 Nov 2005 08:47:23 -0500 From: Russ Cox To: 9fans <9fans@cse.psu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: [9fans] centrino wireless driver Topicbox-Message-UUID: b325fb02-ead0-11e9-9d60-3106f5b1d025 I wrote the bulk of a driver for the wireless card found in most Intel laptops these days. It's in /n/sources/contrib/rsc/ipw2200. It is *unfinished*, i.e. *not* in working condition. I've done all the low-level card setup and framework for issuing commands and sending and receiving packets. What's left is figuring out how to scan for a base station, associate with it, and then the various wireless packet header processing in the packet send and receive. Also, occasionally I see "fatal errors" coming from the card. They seem to be associated with getting a lot of packets all at once, though there are plenty of buffers in the receive ring when that happens. I may or may not get back to finishing it, so I'm putting it up in case someone else wants to play. Russ