diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2009-03-20 19:36:12 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-03-21 22:37:57 -0700 |
commit | 6a8eba3bf4643fa4f0f62af29c47728d5296ed15 (patch) | |
tree | 11e4c6ad61d00870b22d8468ec94eaefe071d42e /drivers/net/wan/x25_asy.h | |
parent | 3dd205165e076eacf09575f0c90031e7c52bc5e1 (diff) | |
download | talos-op-linux-6a8eba3bf4643fa4f0f62af29c47728d5296ed15.tar.gz talos-op-linux-6a8eba3bf4643fa4f0f62af29c47728d5296ed15.zip |
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 { unsigned char *xbuff; /* transmitter buffer */ unsigned char *xhead; /* pointer to next byte to XMIT */ int xleft; /* bytes left in XMIT queue */ - - /* X.25 interface statistics. */ - struct net_device_stats stats; - int buffsize; /* Max buffers sizes */ unsigned long flags; /* Flag values/ mode etc */ |