Re: HEADS UP: Atheros 802.11 support

2003-07-01 Thread Gregory P. Smith
On Tue, Jul 01, 2003 at 07:56:50AM -0600, M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > "Gregory P. Smith" <[EMAIL PROTECTED]> writes: > : On Fri, Jun 27, 2003 at 11:40:13PM -0700, Sam Leffler wrote: > : > My work to support the Atheros 802.11 hardware is now entirely in the

Re: HEADS UP: Atheros 802.11 support

2003-07-01 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "Gregory P. Smith" <[EMAIL PROTECTED]> writes: : On Fri, Jun 27, 2003 at 11:40:13PM -0700, Sam Leffler wrote: : > My work to support the Atheros 802.11 hardware is now entirely in the tree : > and enabled for use. The ath driver supports all Atheros har

Re: HEADS UP: Atheros 802.11 support

2003-06-28 Thread Gregory P. Smith
On Fri, Jun 27, 2003 at 11:40:13PM -0700, Sam Leffler wrote: > My work to support the Atheros 802.11 hardware is now entirely in the tree > and enabled for use. The ath driver supports all Atheros hardware devices > and makes FreeBSD the first open source system to support 802.11a and > 802.11g

Re: HEADS UP: Atheros 802.11 support

2003-06-28 Thread Maxime Henrion
Sergey A. Osokin wrote: > On Sat, Jun 28, 2003 at 04:41:13PM +0200, Maxime Henrion wrote: > > Sergey A. Osokin wrote: > > > On Sat, Jun 28, 2003 at 10:09:13AM -0400, Justin Ma wrote: > > > > This is what I did for a quick fix: > > > > > > > > In sys/dev/ray/if_ray.c, comment out the line: > > > >

Re: HEADS UP: Atheros 802.11 support

2003-06-28 Thread Sergey A. Osokin
On Sat, Jun 28, 2003 at 04:41:13PM +0200, Maxime Henrion wrote: > Sergey A. Osokin wrote: > > On Sat, Jun 28, 2003 at 10:09:13AM -0400, Justin Ma wrote: > > > This is what I did for a quick fix: > > > > > > In sys/dev/ray/if_ray.c, comment out the line: > > > > > > #include > > > > > > and ad

Re: HEADS UP: Atheros 802.11 support

2003-06-28 Thread Maxime Henrion
Sergey A. Osokin wrote: > On Sat, Jun 28, 2003 at 10:09:13AM -0400, Justin Ma wrote: > > This is what I did for a quick fix: > > > > In sys/dev/ray/if_ray.c, comment out the line: > > > > #include > > > > and add the lines > > > > #include > > #include > > > > Just like Sam did

Re: HEADS UP: Atheros 802.11 support

2003-06-28 Thread Sergey A. Osokin
On Sat, Jun 28, 2003 at 10:09:13AM -0400, Justin Ma wrote: > This is what I did for a quick fix: > > In sys/dev/ray/if_ray.c, comment out the line: > > #include > > and add the lines > > #include > #include > > Just like Sam did with the 'wi' and the 'an' drivers. > sys/ne

Re: HEADS UP: Atheros 802.11 support

2003-06-28 Thread Justin Ma
This is what I did for a quick fix: In sys/dev/ray/if_ray.c, comment out the line: #include and add the lines #include #include Just like Sam did with the 'wi' and the 'an' drivers. sys/net/if_iee80211.h was removed from the tree, I think. On Sat, 28 Jun 2003, Arjan

Re: HEADS UP: Atheros 802.11 support

2003-06-28 Thread Arjan van Leeuwen
Same here. On Saturday 28 June 2003 14:21, Sergey A. Osokin wrote: > On Fri, Jun 27, 2003 at 11:40:13PM -0700, Sam Leffler wrote: > > My work to support the Atheros 802.11 hardware is now entirely in the > > tree and enabled for use. The ath driver supports all Atheros hardware > > devices and ma

Re: HEADS UP: Atheros 802.11 support

2003-06-28 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Sam Leffler <[EMAIL PROTECTED]> writes: : My work to support the Atheros 802.11 hardware is now entirely in the tree : and enabled for use. The ath driver supports all Atheros hardware devices : and makes FreeBSD the first open source system to support

Re: HEADS UP: Atheros 802.11 support

2003-06-28 Thread Sergey A. Osokin
On Fri, Jun 27, 2003 at 11:40:13PM -0700, Sam Leffler wrote: > My work to support the Atheros 802.11 hardware is now entirely in the tree > and enabled for use. The ath driver supports all Atheros hardware devices > and makes FreeBSD the first open source system to support 802.11a and > 802.11g

HEADS UP: Atheros 802.11 support

2003-06-27 Thread Sam Leffler
My work to support the Atheros 802.11 hardware is now entirely in the tree and enabled for use. The ath driver supports all Atheros hardware devices and makes FreeBSD the first open source system to support 802.11a and 802.11g*. There are still issues with the driver. man ath(4) for details.