Project : madwifi
Revision : 2516
Author : proski (Pavel Roskin)
Date : 2007-06-25 14:43:08 +0200 (Mon, 25 Jun 2007)
Log Message :
Fix misuse of KERN_ERR and newlines for routine messages
Affected Files:
* trunk/ath_rate/minstrel/minstrel.c updated
Modified: trunk/ath_rate/minstrel/minstrel.c
===================================================================
--- trunk/ath_rate/minstrel/minstrel.c 2007-06-25 04:25:18 UTC (rev 2515)
+++ trunk/ath_rate/minstrel/minstrel.c 2007-06-25 12:43:08 UTC (rev 2516)
@@ -1049,16 +1049,14 @@
static int __init ath_rate_minstrel_init(void)
{
- printk(KERN_INFO "%s: %s\n", dev_info, version);
- printk(KERN_ERR "\n");
- printk(KERN_ERR "Minstrel automatic rate control algorithm.\n");
- printk(KERN_ERR "\n");
-
- printk(KERN_ERR "Look around rate set to %d%%\n",
ath_lookaround_rate);
- printk(KERN_ERR "EWMA rolloff level set to %d%%\n",
ath_ewma_level);
- printk(KERN_ERR "Max Segment size in the mrr set to %d us\n",
ath_segment_size);
-
- printk(KERN_ERR "\n");
+ printk(KERN_INFO "%s: Minstrel automatic rate control "
+ "algorithm %s\n", dev_info, version);
+ printk(KERN_INFO "%s: look around rate set to %d%%\n",
+ dev_info, ath_lookaround_rate);
+ printk(KERN_INFO "%s: EWMA rolloff level set to %d%%\n",
+ dev_info, ath_ewma_level);
+ printk(KERN_INFO "%s: max segment size in the mrr set "
+ "to %d us\n", dev_info, ath_segment_size);
return ieee80211_rate_register(&ath_rate_ops);
}
module_init(ath_rate_minstrel_init);
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|