diff -Nru hostap-driver-0.3.9/driver/modules/hostap_config.h hostap-driver-0.3.9.new/driver/modules/hostap_config.h --- hostap-driver-0.3.9/driver/modules/hostap_config.h 2005-06-15 08:07:15.000000000 +0300 +++ hostap-driver-0.3.9.new/driver/modules/hostap_config.h 2005-06-15 08:13:03.000000000 +0300 @@ -48,9 +48,9 @@ #define PRISM2_DOWNLOAD_SUPPORT /* Allow kernel configuration to enable download support. */ -#if !defined(PRISM2_DOWNLOAD_SUPPORT) && defined(CONFIG_HOSTAP_FIRMWARE) +/* #if !defined(PRISM2_DOWNLOAD_SUPPORT) && defined(CONFIG_HOSTAP_FIRMWARE) */ #define PRISM2_DOWNLOAD_SUPPORT -#endif +/* #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