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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sat, 23 Sep 2006 22:42:31 +0200
From:	CIJOML <cijoml@...ny.cz>
To:	linville@...driver.com, linux-kernel@...r.kernel.org
Subject: patch remove hostap debug code from standard compile mode

Hi,

I think we don't want have debug messages running hostap drivers in normal 
operations until we have option in menu to select debug mode.

Michal

Please include:

--- linux-2.6.18/drivers/net/wireless/hostap/hostap_config.h.orig       
2006-09-20 05:42:06.000000000 +0200
+++ linux-2.6.18/drivers/net/wireless/hostap/hostap_config.h    2006-09-23 
22:30:50.000000000 +0200
@@ -38,10 +38,10 @@
  */

 /* Do not include debug messages into the driver */
-/* #define PRISM2_NO_DEBUG */
+#define PRISM2_NO_DEBUG

 /* Do not include /proc/net/prism2/wlan#/{registers,debug} */
-/* #define PRISM2_NO_PROCFS_DEBUG */
+#define PRISM2_NO_PROCFS_DEBUG

 /* Do not include station functionality (i.e., allow only Master (Host AP) 
mode
  */
-
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