netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: James Ketrenos <jketreno-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
To: Pavel Roskin <proski-mXXj517/zsQ@public.gmane.org>
Cc: linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	ipw3945-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
	netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [ANNOUNCE] d80211 based driver for Intel PRO/Wireless 3945ABG
Date: Fri, 09 Feb 2007 14:45:22 -0800	[thread overview]
Message-ID: <45CCF982.6090207@linux.intel.com> (raw)
In-Reply-To: <1171063040.7039.16.camel@dv>

Pavel Roskin wrote:
> On Fri, 2007-02-09 at 14:18 -0800, James Ketrenos wrote:
>>> grep: /lib/modules/2.6.20/build//include/linux/netdevice.h: No such file
>>> or directory
...
>> I'll look into it.  Does it work if you explicitly set KSRC to point to 
>> your kernel sources?
>>
>> $ make KSRC=/lib/modules/2.6.20/source
> 
> That works.  At least it doesn't report errors.  But it doesn't create a
> single object file.

'make' builds a set of sources compatible with the running kernel (or 
the one pointed to via KSRC=).

'make patch_kernel' will then install the sources into your kernel tree. 
  You then build d80211 as part of your main kernel (either as a module 
or static)  The changes 'patch_kernel' makes do not require a full 
kernel rebuild (you can just build the 80211 modules).

We'll want to add the ability to build as out-of-tree .ko's (similar to 
what iwlwifi does) but I wanted to get the project announced.

> "build" is still hardcoded in iwlwifi's Makefile.  It's interesting that
> D80211_INC is defined twice in Makefile.  That must be wrong.

Now that you point it out, I hadn't tried using KSRC w/ the iwlwifi 
build, just d80211.  I'll have to fix that :)

Thanks,
James
-
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2007-02-09 22:45 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-09 21:12 [ANNOUNCE] d80211 based driver for Intel PRO/Wireless 3945ABG James Ketrenos
2007-02-09 22:14 ` Alon Bar-Lev
2007-02-09 22:26 ` Neil Brown
     [not found]   ` <17868.62734.497825.667962-wvvUuzkyo1EYVZTmpyfIwg@public.gmane.org>
2007-02-09 21:52     ` James Ketrenos
2007-02-10  3:26       ` Nick Kossifidis
2007-02-09 22:37   ` Stefan Schmidt
2007-02-09 22:48 ` dragoran dragoran
2007-02-10  0:46 ` Norbert Preining
     [not found]   ` <20070210004620.GA5959-DqSSrKF0TaySnEC3TeqHn5dqbFPxfnh/@public.gmane.org>
2007-02-13 23:23     ` [ipw3945-devel] " James Ketrenos
     [not found] ` <45CCE3CA.4050904-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2007-02-09 22:43   ` Pavel Roskin
2007-02-09 22:18     ` James Ketrenos
     [not found]       ` <45CCF318.2020503-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2007-02-09 23:17         ` Pavel Roskin
2007-02-09 22:45           ` James Ketrenos [this message]
2007-02-10 13:23   ` Hesse, Christian
2007-02-10 14:25     ` Hesse, Christian
2007-02-12 16:32       ` [ipw3945-devel] " dragoran
     [not found]       ` <200702101525.56820.mail-8oMOrB1mGocUSW6y5lq3GQ@public.gmane.org>
2007-02-12 18:35         ` James Ketrenos
     [not found]           ` <45D0B363.8070303-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2007-02-13 12:18             ` Hesse, Christian
2007-02-11 13:19     ` Johannes Berg
2007-02-10 16:22   ` Theodore Tso
2007-02-10 16:39     ` John W. Linville
2007-02-10 17:53       ` Pavel Roskin
2007-02-10 22:41         ` John W. Linville
2007-02-10 18:42     ` Michael Buesch
2007-02-13 13:58   ` Ismail Dönmez
2007-02-13 15:10     ` Jeff Chua
     [not found]       ` <b6a2187b0702130710s217281c4k5ed227995c09c878-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-02-13 16:57         ` Ismail Dönmez
2007-02-13 22:55           ` James Ketrenos
2007-02-13 18:13 ` Pavel Machek
2007-02-13 18:36   ` Johannes Berg
2007-02-13 23:18     ` James Ketrenos
     [not found]   ` <20070213181313.GA5350-+ZI9xUNit7I@public.gmane.org>
2007-02-14  0:16     ` [ipw3945-devel] " James Ketrenos
     [not found]       ` <45D254C6.7050401-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2007-02-19 22:44         ` Pavel Machek
2007-02-21  6:23           ` iwlwifi warnings Stephen Hemminger
     [not found]             ` <45DBE559.8080903-3NddpPZAyC0@public.gmane.org>
2007-02-21  7:32               ` Randy Dunlap
2007-02-21 19:38               ` Pavel Machek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45CCF982.6090207@linux.intel.com \
    --to=jketreno-vuqaysv1563yd54fqh9/ca@public.gmane.org \
    --cc=ipw3945-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=proski-mXXj517/zsQ@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).