* [2.6 patch] let IPW2{1,2}00 select IEEE80211
@ 2006-02-05 15:13 Adrian Bunk
2006-02-06 7:02 ` Zhu Yi
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2006-02-05 15:13 UTC (permalink / raw)
To: yi.zhu, jketreno; +Cc: linville, netdev, linux-kernel, Jan Niehusmann
From: Jan Niehusmann <jan@gondor.com>
This patch makes the IPW2100 and IPW2200 options available in
the configuration menu even if IEEE80211 has not been selected before.
This behaviour is more intuitive for people which are not familiar with
the driver internals.
The suggestion for this change was made by Alejandro Bonilla Beeche.
Signed-off-by: Jan Niehusmann <jan@gondor.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch was sent by Jan Niehusmann on:
- 13 Nov 2005
--- a/drivers/net/wireless/Kconfig
+++ b/drivers/net/wireless/Kconfig
@@ -139,8 +139,9 @@ comment "Wireless 802.11b ISA/PCI cards
config IPW2100
tristate "Intel PRO/Wireless 2100 Network Connection"
- depends on NET_RADIO && PCI && IEEE80211
+ depends on NET_RADIO && PCI
select FW_LOADER
+ select IEEE80211
---help---
A driver for the Intel PRO/Wireless 2100 Network
Connection 802.11b wireless network adapter.
@@ -192,8 +193,9 @@ config IPW_DEBUG
config IPW2200
tristate "Intel PRO/Wireless 2200BG and 2915ABG Network Connection"
- depends on NET_RADIO && IEEE80211 && PCI
+ depends on NET_RADIO && PCI
select FW_LOADER
+ select IEEE80211
---help---
A driver for the Intel PRO/Wireless 2200BG and 2915ABG Network
Connection adapters.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [2.6 patch] let IPW2{1,2}00 select IEEE80211
2006-02-05 15:13 [2.6 patch] let IPW2{1,2}00 select IEEE80211 Adrian Bunk
@ 2006-02-06 7:02 ` Zhu Yi
0 siblings, 0 replies; 2+ messages in thread
From: Zhu Yi @ 2006-02-06 7:02 UTC (permalink / raw)
To: Adrian Bunk; +Cc: jketreno, linville, netdev, linux-kernel, Jan Niehusmann
On Sun, 2006-02-05 at 16:13 +0100, Adrian Bunk wrote:
> From: Jan Niehusmann <jan@gondor.com>
>
> This patch makes the IPW2100 and IPW2200 options available in
> the configuration menu even if IEEE80211 has not been selected before.
> This behaviour is more intuitive for people which are not familiar with
> the driver internals.
> The suggestion for this change was made by Alejandro Bonilla Beeche.
>
> Signed-off-by: Jan Niehusmann <jan@gondor.com>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Zhu Yi <yi.zhu@intel.com>
Thanks,
-yi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-02-06 7:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-05 15:13 [2.6 patch] let IPW2{1,2}00 select IEEE80211 Adrian Bunk
2006-02-06 7:02 ` Zhu Yi
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).