--- driver/modules/hostap_config.h~ 2005-02-04 14:42:47.000000000 -0800 +++ driver/modules/hostap_config.h 2005-02-04 14:42:47.000000000 -0800 @@ -48,9 +48,9 @@ #define PRISM2_DOWNLOAD_SUPPORT /* Allow kernel configuration to enable download support. */ -#if !defined(PRISM2_DOWNLOAD_SUPPORT) && defined(CONFIG_HOSTAP_FIRMWARE) -#define PRISM2_DOWNLOAD_SUPPORT -#endif +//#if !defined(PRISM2_DOWNLOAD_SUPPORT) && defined(CONFIG_HOSTAP_FIRMWARE) +//#define PRISM2_DOWNLOAD_SUPPORT +//#endif #ifdef PRISM2_DOWNLOAD_SUPPORT /* Allow writing firmware images into flash, i.e., to non-volatile storage. @@ -59,7 +59,7 @@ * In addition, please note that it is possible to kill your card with * non-volatile download if you are using incorrect image. This feature has not * been fully tested, so please be careful with it. */ -/* #define PRISM2_NON_VOLATILE_DOWNLOAD */ +#define PRISM2_NON_VOLATILE_DOWNLOAD #endif /* PRISM2_DOWNLOAD_SUPPORT */ /* Include wireless extensions sub-ioctl support even if wireless extensions