patch-2.1.26 linux/drivers/net/smc9194.c
Next file: linux/drivers/pci/pci.c
Previous file: linux/drivers/net/sk_g16.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Fri Feb 7 15:54:54 1997
- Orig file:
v2.1.25/linux/drivers/net/smc9194.c
- Orig date:
Thu Feb 6 12:42:09 1997
diff -u --recursive --new-file v2.1.25/linux/drivers/net/smc9194.c linux/drivers/net/smc9194.c
@@ -175,7 +175,7 @@
can find out semi-useless statistics of how well the card is
performing
*/
- struct net_driver_stats stats;
+ struct net_device_stats stats;
/*
If I have to wait until memory is available to send
@@ -234,7 +234,7 @@
. This routine allows the proc file system to query the driver's
. statistics.
*/
-static struct net_driver_stats * smc_query_statistics( struct device *dev);
+static struct net_device_stats * smc_query_statistics( struct device *dev);
/*
. Finally, a call to set promiscuous mode ( for TCPDUMP and related
@@ -1643,7 +1643,7 @@
. Get the current statistics.
. This may be called with the card open or closed.
.-------------------------------------------------------------*/
-static struct net_driver_stats* smc_query_statistics(struct device *dev) {
+static struct net_device_stats* smc_query_statistics(struct device *dev) {
struct smc_local *lp = (struct smc_local *)dev->priv;
return &lp->stats;
FUNET's LINUX-ADM group, [email protected]
TCL-scripts by Sam Shen, [email protected]