]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[PATCH] PCMCIA=m, HOSTAP_CS=y is not a legal configuration
authorAdrian Bunk <bunk@stusta.de>
Fri, 3 Feb 2006 20:15:34 +0000 (21:15 +0100)
committerChris Wright <chrisw@sous-sol.org>
Fri, 10 Feb 2006 07:20:12 +0000 (23:20 -0800)
CONFIG_PCMCIA=m, CONFIG_HOSTAP_CS=y doesn't compile.

Reported by "Gabriel C." <crazy@pimpmylinux.org>.

This patch was already included in 2.6.16-rc2.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/wireless/hostap/Kconfig

index 56f41c714d3808e71ba53661f7c883131c46301b..c50dfc5a67de381e7ae10f336232e30e4b2d6260 100644 (file)
@@ -61,7 +61,7 @@ config HOSTAP_PCI
 
 config HOSTAP_CS
        tristate "Host AP driver for Prism2/2.5/3 PC Cards"
-       depends on PCMCIA!=n && HOSTAP
+       depends on PCMCIA && HOSTAP
        ---help---
        Host AP driver's version for Prism2/2.5/3 PC Cards.