* wireless: Kconfig: add missing dependency for airo_cs
@ 2014-03-10 14:05 Arnd Bergmann
2014-03-11 4:01 ` Zhao, Gang
0 siblings, 1 reply; 2+ messages in thread
From: Arnd Bergmann @ 2014-03-10 14:05 UTC (permalink / raw)
To: John W. Linville; +Cc: Gang Zhao, linux-wireless, linux-kernel
commit 4c59ff221e070 "wireless: Kconfig: add missing dependency" added a number
of 'depends on CFG80211' statements, but missed the AIRO_CS driver that
also causes the airo.c file to be built. This adds the (hopefully) last
such missing statement
Cc: "Zhao, Gang" <gamerh2o@gmail.com>
Cc: "John W. Linville" <linville@tuxdriver.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig
index d1fab43..9c2c285 100644
--- a/drivers/net/wireless/Kconfig
+++ b/drivers/net/wireless/Kconfig
@@ -116,7 +116,7 @@ config AT76C50X_USB
config AIRO_CS
tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards"
- depends on PCMCIA && (BROKEN || !M32R)
+ depends on CFG80211 && PCMCIA && (BROKEN || !M32R)
select WIRELESS_EXT
select WEXT_SPY
select WEXT_PRIV
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: wireless: Kconfig: add missing dependency for airo_cs
2014-03-10 14:05 wireless: Kconfig: add missing dependency for airo_cs Arnd Bergmann
@ 2014-03-11 4:01 ` Zhao, Gang
0 siblings, 0 replies; 2+ messages in thread
From: Zhao, Gang @ 2014-03-11 4:01 UTC (permalink / raw)
To: Arnd Bergmann; +Cc: John W. Linville, linux-wireless, linux-kernel
On Mon, 2014-03-10 at 22:05:25 +0800, Arnd Bergmann wrote:
> commit 4c59ff221e070 "wireless: Kconfig: add missing dependency" added a number
> of 'depends on CFG80211' statements, but missed the AIRO_CS driver that
> also causes the airo.c file to be built. This adds the (hopefully) last
> such missing statement
Thanks for the catch.
minor issue: commit log should be 'fails to be built'.
>
> Cc: "Zhao, Gang" <gamerh2o@gmail.com>
> Cc: "John W. Linville" <linville@tuxdriver.com>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
> diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig
> index d1fab43..9c2c285 100644
> --- a/drivers/net/wireless/Kconfig
> +++ b/drivers/net/wireless/Kconfig
> @@ -116,7 +116,7 @@ config AT76C50X_USB
>
> config AIRO_CS
> tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards"
> - depends on PCMCIA && (BROKEN || !M32R)
> + depends on CFG80211 && PCMCIA && (BROKEN || !M32R)
> select WIRELESS_EXT
> select WEXT_SPY
> select WEXT_PRIV
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-11 4:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-10 14:05 wireless: Kconfig: add missing dependency for airo_cs Arnd Bergmann
2014-03-11 4:01 ` Zhao, Gang
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).