[PATCH] r8169: ethtool message level control support
authorStephen Hemminger <shemminger@osdl.org>
Fri, 27 May 2005 19:11:52 +0000 (21:11 +0200)
committerFrancois Romieu <romieu@fr.zoreil.com>
Fri, 27 May 2005 19:11:52 +0000 (21:11 +0200)
commitb57b7e5a11c4e45565cf34d786d74ad35483fe83
treeacfc1d5e622352341327bede1e25c1106ad5e520
parentdf0a1bf63403c2decec2c11cdd1b304363174e90
[PATCH] r8169: ethtool message level control support

Also:
- ratelimit the too much work at interrupt message, so if under massive
  packet load the console doesn't get flooded;
- removal of a few PFX used in contexts where dev->name is available;
- s/->slot_name/pci_name/;
- printed_version is redundant with the debug option. Remove it and let
  the user decide.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
drivers/net/r8169.c