Date: Sat, 28 Jun 2003 22:34:58 +0200 From: Maxime Henrion <mux@freebsd.org> To: "Sergey A. Osokin" <osa@FreeBSD.org> Cc: Justin Ma <jtm@cs.umd.edu> Subject: Re: HEADS UP: Atheros 802.11 support Message-ID: <20030628203458.GD42121@elvis.mu.org> In-Reply-To: <20030628195904.GI64633@freebsd.org.ru> References: <200306281535.19370.avleeuwen@piwebs.com> <20030628100545.R48518-100000@www.missl.cs.umd.edu> <20030628141216.GH64633@freebsd.org.ru> <20030628144113.GB42121@elvis.mu.org> <20030628195904.GI64633@freebsd.org.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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: > > > > > > > > #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@ -I@/dev > > > > > > -I@/. ./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 > > > > > > Yes, you right. Patch attached. > > > > [patch skipped] > > > > Could you commit it please? I'm pretty sure Sam will be happy to see > > that people didn't wait for him to be online to fix such a trivial > > compile fix. If you really don't want to do it, I'll commit it myself. > > I can't do that, because > 1) I'm ports (only) committer > 2) At this time I haven't approve for this patch from my mentor Sam already committed it anyway. Cheers, Maxime
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030628203458.GD42121>