1 Nov 2007 22:15
revision 2816 committed
Pavel Roskin <svn-commits <at> madwifi.org>
2007-11-01 21:15:28 GMT
2007-11-01 21:15:28 GMT
Project : madwifi Revision : 2816 Author : proski (Pavel Roskin) Date : 2007-11-01 22:15:28 +0100 (Thu, 01 Nov 2007) Log Message : Big cleanup of tools/ath_info.c Reformat with madwifi-indent, it was needed badly. Break some long lines. Avoid complex structure initializers that GNU indent cannot format. Avoid using macro for the names table. Remove spaces in the names, add then with formatted output. Remove spaces before punctuation signs. Fix all sparse warnings. Default to base 16 for all numbers specified on the command line. Affected Files: * madwifi/trunk/tools/ath_info.c updated Modified: madwifi/trunk/tools/ath_info.c =================================================================== --- madwifi/trunk/tools/ath_info.c 2007-10-31 05:46:45 UTC (rev 2815) +++ madwifi/trunk/tools/ath_info.c 2007-11-01 21:15:28 UTC (rev 2816) <at> <at> -2,9 +2,9 <at> <at> /*- * Copyright (c) 2007 Nick Kossifidis <mickflemm <at> gmail.com> * Copyright (c) 2007 Joerg Albert <jal2 *at* gmx.de> - * + *(Continue reading)
RSS Feed