From: Zhu Yi <yi.zhu@intel.com>
To: John Goulah <jgoulah@gmail.com>
Cc: linux-wireless@vger.kernel.org
Subject: Re: iwlwifi Makefile issue in compat-wireless-2008-05-18
Date: Mon, 19 May 2008 11:41:15 +0800 [thread overview]
Message-ID: <1211168475.31033.9.camel@debian.sh.intel.com> (raw)
In-Reply-To: <183c1cc10805181143v526fcc86l4bec27b12805748f@mail.gmail.com>
On Sun, 2008-05-18 at 14:43 -0400, John Goulah wrote:
> Hello,
>
> Went to install the new version and found that it wasn't installing
> the iwl4965 driver. I did a diff against my last good version (back
> in April so not sure how long its been like this)
We introduced the virtual CONFIG_IWLWIFI in recent wireless-testing. It
is a tristate when either CONFIG_IWL3945 or CONFIG_IWLCORE is selected.
It doesn't appear in the old kernel you are compiling against. Maybe
someone need to make a patch for Kconfig in compact-wireless?
Thanks,
-yi
> I noticed this change, and when I reverted it back, the driver built fine:
>
>
> compat-wireless-2008-05-18$ diff -u
> /usr/local/src/compat-wireless-2008-04-08/drivers/net/wireless/Makefile
> drivers/net/wireless/Makefile
> --- /usr/local/src/compat-wireless-2008-04-08/drivers/net/wireless/Makefile
> 2008-04-08 00:12:21.000000000 -0400
> +++ drivers/net/wireless/Makefile 2008-05-18 00:11:30.000000000 -0400
> @@ -23,12 +23,9 @@
>
> obj-$(CONFIG_ADM8211) += adm8211.o
>
> -obj-$(CONFIG_IWL3945) += iwlwifi/
> -obj-$(CONFIG_IWL4965) += iwlwifi/
> +obj-$(CONFIG_IWLWIFI) += iwlwifi/
> obj-$(CONFIG_RT2X00) += rt2x00/
>
>
>
>
>
> Hope this helps to straighten this issue out.
>
>
> Thanks,
> John
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2008-05-19 3:41 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-18 18:43 iwlwifi Makefile issue in compat-wireless-2008-05-18 John Goulah
2008-05-19 3:41 ` Zhu Yi [this message]
2008-05-19 13:10 ` John Goulah
2008-05-20 1:01 ` Zhu Yi
2008-05-20 1:23 ` John Goulah
2008-05-20 3:48 ` Zhu Yi
2008-05-20 7:06 ` Luis R. Rodriguez
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=1211168475.31033.9.camel@debian.sh.intel.com \
--to=yi.zhu@intel.com \
--cc=jgoulah@gmail.com \
--cc=linux-wireless@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.