lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 9 Aug 2006 12:54:35 +0000
From:	"alessandro salvatori" <sandr8@...il.com>
To:	linux-kernel@...r.kernel.org
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ