From: Samuel Ortiz <samuel@sortiz.org>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: John Linville <linville@tuxdriver.com>,
Randy Dunlap <randy.dunlap@oracle.com>,
linux-wireless <linux-wireless@vger.kernel.org>,
Jussi Kivilinna <jussi.kivilinna@mbnet.fi>,
yi.zhu@intel.com
Subject: Re: [PATCH] cfg80211: fix Kconfig for users of cfg80211
Date: Thu, 04 Jun 2009 01:58:09 +0200 [thread overview]
Message-ID: <1244073490.2723.3.camel@sortiz-mobl> (raw)
In-Reply-To: <1244046631.4862.34.camel@johannes.local>
Hi Johannes
On Wed, 2009-06-03 at 18:30 +0200, Johannes Berg wrote:
> * iwm doesn't depend on cfg80211 or wireless extensions
This one will conflict with a patch Yi sent a week ago.
Dave Miller applied it to his net-next-2.6 tree, commit
d0fc1d5e3fe869f8a32a2bc1dd02d8383a057164.
See also:
http://marc.info/?l=linux-wireless&m=124331653022408&w=2
Cheers,
Samuel.
> * rndis wlan selects cfg80211 - needs to depend
> * mac80211 selects cfg80211 - needs to depend
>
> Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
> ---
> drivers/net/wireless/Kconfig | 2 +-
> drivers/net/wireless/iwmc3200wifi/Kconfig | 2 ++
> net/mac80211/Kconfig | 5 ++++-
> 3 files changed, 7 insertions(+), 2 deletions(-)
>
> --- wireless-testing.orig/net/mac80211/Kconfig 2009-06-03 18:20:06.000000000 +0200
> +++ wireless-testing/net/mac80211/Kconfig 2009-06-03 18:24:58.000000000 +0200
> @@ -1,16 +1,19 @@
> config MAC80211
> tristate "Generic IEEE 802.11 Networking Stack (mac80211)"
> + depends on CFG80211
> select CRYPTO
> select CRYPTO_ECB
> select CRYPTO_ARC4
> select CRYPTO_AES
> select CRC32
> select WIRELESS_EXT
> - select CFG80211
> ---help---
> This option enables the hardware independent IEEE 802.11
> networking stack.
>
> +comment "CFG80211 needs to be enabled for MAC80211"
> + depends on CFG80211=n
> +
> config MAC80211_DEFAULT_PS
> bool "enable powersave by default"
> depends on MAC80211
> --- wireless-testing.orig/drivers/net/wireless/iwmc3200wifi/Kconfig 2009-06-03 18:25:55.000000000 +0200
> +++ wireless-testing/drivers/net/wireless/iwmc3200wifi/Kconfig 2009-06-03 18:26:29.000000000 +0200
> @@ -1,6 +1,8 @@
> config IWM
> tristate "Intel Wireless Multicomm 3200 WiFi driver"
> depends on MMC && WLAN_80211 && EXPERIMENTAL
> + depends on CFG80211
> + select WIRELESS_EXT
> select LIB80211
> select FW_LOADER
>
> --- wireless-testing.orig/drivers/net/wireless/Kconfig 2009-06-03 18:26:37.000000000 +0200
> +++ wireless-testing/drivers/net/wireless/Kconfig 2009-06-03 18:26:46.000000000 +0200
> @@ -333,11 +333,11 @@ config USB_ZD1201
> config USB_NET_RNDIS_WLAN
> tristate "Wireless RNDIS USB support"
> depends on USB && WLAN_80211 && EXPERIMENTAL
> + depends on CFG80211
> select USB_USBNET
> select USB_NET_CDCETHER
> select USB_NET_RNDIS_HOST
> select WIRELESS_EXT
> - select CFG80211
> ---help---
> This is a driver for wireless RNDIS devices.
> These are USB based adapters found in devices such as:
>
>
next prev parent reply other threads:[~2009-06-03 23:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-03 16:30 [PATCH] cfg80211: fix Kconfig for users of cfg80211 Johannes Berg
2009-06-03 17:18 ` Randy Dunlap
2009-06-03 19:15 ` Dave
2009-06-03 19:24 ` John W. Linville
2009-06-04 6:19 ` Johannes Berg
2009-06-03 23:58 ` Samuel Ortiz [this message]
2009-06-04 0:41 ` John W. Linville
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=1244073490.2723.3.camel@sortiz-mobl \
--to=samuel@sortiz.org \
--cc=johannes@sipsolutions.net \
--cc=jussi.kivilinna@mbnet.fi \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=randy.dunlap@oracle.com \
--cc=yi.zhu@intel.com \
/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).