[PATCH] ipwireless: disable for now

From: Ingo Molnar
Date: Mon Jul 28 2008 - 18:06:05 EST


mark it CONFIG_BROKEN for now, it breaks the build:

drivers/char/pcmcia/ipwireless/hardware.c: In function âpool_allocate':
drivers/char/pcmcia/ipwireless/hardware.c:571: error: invalid use of undefined type âstruct ipw_network'

Signed-off-by: Ingo Molnar <mingo@xxxxxxx>
---
drivers/char/pcmcia/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/char/pcmcia/Kconfig b/drivers/char/pcmcia/Kconfig
index ffa0efc..8ee7bbd 100644
--- a/drivers/char/pcmcia/Kconfig
+++ b/drivers/char/pcmcia/Kconfig
@@ -46,6 +46,7 @@ config CARDMAN_4040
config IPWIRELESS
tristate "IPWireless 3G UMTS PCMCIA card support"
depends on PCMCIA && NETDEVICES
+ depends on BROKEN
select PPP
help
This is a driver for 3G UMTS PCMCIA card from IPWireless company. In
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/