projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a1fedf
)
[PATCH] PCMCIA=m, HOSTAP_CS=y is not a legal configuration
author
Adrian Bunk
<bunk@stusta.de>
Mon, 30 Jan 2006 18:23:17 +0000
(19:23 +0100)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 30 Jan 2006 22:41:36 +0000
(17:41 -0500)
CONFIG_PCMCIA=m, CONFIG_HOSTAP_CS=y doesn't compile.
Reported by "Gabriel C." <crazy@pimpmylinux.org>.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/hostap/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/hostap/Kconfig
b/drivers/net/wireless/hostap/Kconfig
index c8f6286dd35fd29e514654a69be5067fc0aca469..308f773ad566b17b2f394273fefb5f6d1507f652 100644
(file)
--- a/
drivers/net/wireless/hostap/Kconfig
+++ b/
drivers/net/wireless/hostap/Kconfig
@@
-75,7
+75,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.