2006-08-09 12:54:38

by alessandro salvatori

[permalink] [raw]
Subject: trivial hostap_config.h patch

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