diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2009-03-20 15:36:12 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-03-22 01:37:57 -0400 |
commit | 6a8eba3bf4643fa4f0f62af29c47728d5296ed15 (patch) | |
tree | 11e4c6ad61d00870b22d8468ec94eaefe071d42e /drivers/net/wan/x25_asy.h | |
parent | 3dd205165e076eacf09575f0c90031e7c52bc5e1 (diff) |
x25_asy: convert to internal net_device_stats
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wan/x25_asy.h')
-rw-r--r-- | drivers/net/wan/x25_asy.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wan/x25_asy.h b/drivers/net/wan/x25_asy.h index 41770200ceb6..8f0fc2e57e2b 100644 --- a/drivers/net/wan/x25_asy.h +++ b/drivers/net/wan/x25_asy.h | |||
@@ -28,10 +28,6 @@ struct x25_asy { | |||
28 | unsigned char *xbuff; /* transmitter buffer */ | 28 | unsigned char *xbuff; /* transmitter buffer */ |
29 | unsigned char *xhead; /* pointer to next byte to XMIT */ | 29 | unsigned char *xhead; /* pointer to next byte to XMIT */ |
30 | int xleft; /* bytes left in XMIT queue */ | 30 | int xleft; /* bytes left in XMIT queue */ |
31 | |||
32 | /* X.25 interface statistics. */ | ||
33 | struct net_device_stats stats; | ||
34 | |||
35 | int buffsize; /* Max buffers sizes */ | 31 | int buffsize; /* Max buffers sizes */ |
36 | 32 | ||
37 | unsigned long flags; /* Flag values/ mode etc */ | 33 | unsigned long flags; /* Flag values/ mode etc */ |