> +struct xrx200_priv {
> + struct net_device_stats stats;
net_device has a stats structure in it. Please use that one.
Otherwise, this looks good.
Andrew
> +struct xrx200_priv {
> + struct net_device_stats stats;
net_device has a stats structure in it. Please use that one.
Otherwise, this looks good.
Andrew