diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2009-05-26 02:48:43 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-05-26 02:48:43 -0400 |
commit | d3f65f7c3cf11b036bbc01f22ac5c958570e724c (patch) | |
tree | 497eaf85949b0ae1fe8a38094c320c0b66b569a9 /drivers/net/atl1e/atl1e.h | |
parent | 08baf561083bc27a953aa087dd8a664bb2b88e8e (diff) |
atl1: use netdev->stats
Get rid of private struct net_device_stats in "struct atl1e_adapter",
and use one provided in struct net_device instead.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/atl1e/atl1e.h')
-rw-r--r-- | drivers/net/atl1e/atl1e.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/atl1e/atl1e.h b/drivers/net/atl1e/atl1e.h index 2bf63b4368e2..ba48220df16a 100644 --- a/drivers/net/atl1e/atl1e.h +++ b/drivers/net/atl1e/atl1e.h | |||
@@ -429,7 +429,6 @@ struct atl1e_adapter { | |||
429 | struct mii_if_info mii; /* MII interface info */ | 429 | struct mii_if_info mii; /* MII interface info */ |
430 | struct atl1e_hw hw; | 430 | struct atl1e_hw hw; |
431 | struct atl1e_hw_stats hw_stats; | 431 | struct atl1e_hw_stats hw_stats; |
432 | struct net_device_stats net_stats; | ||
433 | 432 | ||
434 | bool have_msi; | 433 | bool have_msi; |
435 | u32 wol; | 434 | u32 wol; |