Re: HEADS UP: Atheros 802.11 support

From: Justin Ma <jtm_at_cs.umd.edu>
Date: Sat, 28 Jun 2003 10:09:13 -0400 (EDT)
This is what I did for a quick fix:

In sys/dev/ray/if_ray.c, comment out the line:

	#include <net/if_ieee80211.h>

and add the lines

	#include <net80211/ieee80211_var.h>
	#include <net80211/ieee80211_ioctl.h>

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 van Leeuwen wrote:

> Same here.
>
> On Saturday 28 June 2003 14:21, Sergey A. Osokin wrote:
> > Hmm, looks like make depends failed...
> >
> > ===> ray
> > rm -f .depend
> > mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I_at_ -I_at_/dev
> > -I_at_/. ./include  /usr/src/sys/modules/ray/../../dev/ray/if_ray.c
> > /usr/src/sys/dev/ray/if_ray.c:265:30: net/if_ieee80211.h: No such file or
> > directory
> >
> > mkdep: compile failed
> > *** Error code 1
> >
> > Stop in /usr/src/sys/modules/ray.
> > *** Error code 1
> >
> > Stop in /usr/src/sys/modules.
> > *** Error code 1
>
> _______________________________________________
> freebsd-current_at_freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe_at_freebsd.org"
>
Received on Sat Jun 28 2003 - 05:01:12 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:13 UTC