diff options
author | Jay Cliburn <jacliburn@bellsouth.net> | 2008-02-02 20:50:09 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2008-03-17 07:49:25 -0400 |
commit | 460578bfe4dffbdc6eec9fcbd0fe0bb4f9f82188 (patch) | |
tree | c9e3335550874226cb505597af938dea13aea109 /drivers/net/atlx/atl1.h | |
parent | 5ca3bc3041b1cbbb3361a99bd666e907850a1a7a (diff) |
atl1: use netif_msg
Use netif_msg_* for console messages emitted by the driver. Add a
parameter to allow control of messaging at driver startup, and also
add the ability to control it with ethtool.
Signed-off-by: Jay Cliburn <jacliburn@bellsouth.net>
Acked-by: Chris Snook <csnook@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/atlx/atl1.h')
-rw-r--r-- | drivers/net/atlx/atl1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/atlx/atl1.h b/drivers/net/atlx/atl1.h index 4d3d65b0cf57..12ec916d4c3f 100644 --- a/drivers/net/atlx/atl1.h +++ b/drivers/net/atlx/atl1.h | |||
@@ -794,7 +794,7 @@ struct atl1_adapter { | |||
794 | struct atl1_rrd_ring rrd_ring; | 794 | struct atl1_rrd_ring rrd_ring; |
795 | u64 hw_csum_err; | 795 | u64 hw_csum_err; |
796 | u64 hw_csum_good; | 796 | u64 hw_csum_good; |
797 | 797 | u32 msg_enable; | |
798 | u16 imt; /* interrupt moderator timer (2us resolution) */ | 798 | u16 imt; /* interrupt moderator timer (2us resolution) */ |
799 | u16 ict; /* interrupt clear timer (2us resolution */ | 799 | u16 ict; /* interrupt clear timer (2us resolution */ |
800 | struct mii_if_info mii; /* MII interface info */ | 800 | struct mii_if_info mii; /* MII interface info */ |