trivial hostap_config.h patch

From: alessandro salvatori
Date: Wed Aug 09 2006 - 08:52:13 EST


linux-kernel,

I could be wrong, but I believe that given hostap's Kconfig still
prompts the user for HOSTAP_FIRMWARE, this should not be
short-circuited in hostap_config.h [or else the switch should be
removed from the Kconfig, but me and other people working on a virtual
prism device would prefer to keep that as a configuration option].

cheers
--
Alessandro Salvatori

--- linux-2.6.18-rc3-old/drivers/net/wireless/hostap/hostap_config.h
2006-08-09 14:48:01.000000000 +0000
+++ linux-2.6.18-rc3/drivers/net/wireless/hostap/hostap_config.h
2006-08-09 14:48:18.000000000 +0000
@@ -13,9 +13,6 @@
/* Maximum number of events handler per one interrupt */
#define PRISM2_MAX_INTERRUPT_EVENTS 20

-/* Include code for downloading firmware images into volatile RAM. */
-#define PRISM2_DOWNLOAD_SUPPORT
-
/* Allow kernel configuration to enable download support. */
#if !defined(PRISM2_DOWNLOAD_SUPPORT) && defined(CONFIG_HOSTAP_FIRMWARE)
#define PRISM2_DOWNLOAD_SUPPORT
-
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/