2006-02-08 06:45:56

by Chris Wright

[permalink] [raw]
Subject: [PATCH 14/23] [PATCH] PCMCIA=m, HOSTAP_CS=y is not a legal configuration

-stable review patch. If anyone has any objections, please let us know.
------------------

CONFIG_PCMCIA=m, CONFIG_HOSTAP_CS=y doesn't compile.

Reported by "Gabriel C." <[email protected]>.

This patch was already included in 2.6.16-rc2.

Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Chris Wright <[email protected]>
---

drivers/net/wireless/hostap/Kconfig | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.15.3/drivers/net/wireless/hostap/Kconfig
===================================================================
--- linux-2.6.15.3.orig/drivers/net/wireless/hostap/Kconfig
+++ linux-2.6.15.3/drivers/net/wireless/hostap/Kconfig
@@ -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.


--