2002-01-12 02:45:31

by Jean Tourrilhes

[permalink] [raw]
Subject: Wireless Extension - new driver API - more drivers

Hi,

I've converted to new drivers to the new driver API for
Wireless Extensions, wavelan_cs and netwave_cs. I've added the
bloat/unbloat number in my comments.
I've updated all that on my web page :
http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html#newapi

If Linus is in a receptive mood, I would like to start feeding
those changes to kernel 2.5.X...

Have fun...

Jean


2002-01-12 03:30:45

by Arnaldo Carvalho de Melo

[permalink] [raw]
Subject: Re: Wireless Extension - new driver API - more drivers

Em Fri, Jan 11, 2002 at 06:44:55PM -0800, Jean Tourrilhes escreveu:
> I've converted to new drivers to the new driver API for
> Wireless Extensions, wavelan_cs and netwave_cs. I've added the
> bloat/unbloat number in my comments.
> I've updated all that on my web page :
> http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html#newapi
>
> If Linus is in a receptive mood, I would like to start feeding
> those changes to kernel 2.5.X...
>
> Have fun...

Fun indeed 8) I'm porting the Planet WireFree 3501 pcmcia wireless card
driver from 2.0.36 to 2.4/2.5, will take a look at your page to see what
I'll have to ask Niemeyer (new kernelnewbie here) to do 8)

BTW, do you know about any AP GPLed software?

- Arnaldo

PS.: this message was sent using the wl3501_cs driver on 2.4.17 8)

2002-01-12 03:38:16

by Jean Tourrilhes

[permalink] [raw]
Subject: Re: Wireless Extension - new driver API - more drivers

On Sat, Jan 12, 2002 at 01:30:16AM -0200, Arnaldo Carvalho de Melo wrote:
> Em Fri, Jan 11, 2002 at 06:44:55PM -0800, Jean Tourrilhes escreveu:
> > I've converted to new drivers to the new driver API for
> > Wireless Extensions, wavelan_cs and netwave_cs. I've added the
> > bloat/unbloat number in my comments.
> > I've updated all that on my web page :
> > http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html#newapi
> >
> > If Linus is in a receptive mood, I would like to start feeding
> > those changes to kernel 2.5.X...
> >
> > Have fun...
>
> Fun indeed 8) I'm porting the Planet WireFree 3501 pcmcia wireless card
> driver from 2.0.36 to 2.4/2.5,

Is it not another of those PrismII cards ? We already have 4
Linux drivers that support PrismII cards, so at least one could
extended...

> will take a look at your page to see what
> I'll have to ask Niemeyer (new kernelnewbie here) to do 8)

Ok. My hope is that there is enough documentation and
examples, but shout. The old API won't go away, and the translation is
quite straightforward (but tedious).

> BTW, do you know about any AP GPLed software?

There was this Italian startup (link on my web page), and of
course you can use either Jouni's driver or linux-wlan-ng with
additional firmware.

> - Arnaldo
>
> PS.: this message was sent using the wl3501_cs driver on 2.4.17 8)

Working nice, as I can see...

Jean

2002-01-12 13:22:39

by Samuel Maftoul

[permalink] [raw]
Subject: Re: Wireless Extension - new driver API - more drivers

On Sat, Jan 12, 2002 at 01:30:16AM -0200, Arnaldo Carvalho de Melo wrote:
> Em Fri, Jan 11, 2002 at 06:44:55PM -0800, Jean Tourrilhes escreveu:
> > I've converted to new drivers to the new driver API for
> > Wireless Extensions, wavelan_cs and netwave_cs. I've added the
> > bloat/unbloat number in my comments.
> > I've updated all that on my web page :
> > http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html#newapi
> >
> > If Linus is in a receptive mood, I would like to start feeding
> > those changes to kernel 2.5.X...
> >
> > Have fun...
>
> Fun indeed 8) I'm porting the Planet WireFree 3501 pcmcia wireless card
> driver from 2.0.36 to 2.4/2.5, will take a look at your page to see what
> I'll have to ask Niemeyer (new kernelnewbie here) to do 8)
>
> BTW, do you know about any AP GPLed software?
The only chip I read that can be used as an AP is the Interstil Prism2.
I don't know whether it is Prism2 based or not but if it is, you can
use:
http://www.epitest.fi/Prism2 ( carefull , case sensitive webserver )
>
> - Arnaldo
>
> PS.: this message was sent using the wl3501_cs driver on 2.4.17 8)
So cool :)
Sam