Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

orinoco: use KERN_DEBUG for link status messages

KERN_INFO is too "loud" for messages that are generated by the ordinary
events, such as accociation. Use of KERN_DEBUG is consistent with
mac80211.

Suggested by Michael Gilbert <michael.s.gilbert@gmail.com>

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

authored by

Pavel Roskin and committed by
John W. Linville
11eaea41 7490889c

+1 -1
+1 -1
drivers/net/wireless/orinoco/orinoco.c
··· 1673 1673 s = "UNKNOWN"; 1674 1674 } 1675 1675 1676 - printk(KERN_INFO "%s: New link status: %s (%04x)\n", 1676 + printk(KERN_DEBUG "%s: New link status: %s (%04x)\n", 1677 1677 dev->name, s, status); 1678 1678 } 1679 1679