aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/files/drivers/net/ar2313/ar2313.h
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-04-20 06:47:02 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-04-20 06:47:02 +0000
commit81605642118908deb1f61b4f7d34061c6d9f3939 (patch)
treed21592f90b2ab4fec093ea53401c1668a084ec43 /target/linux/atheros/files/drivers/net/ar2313/ar2313.h
parent455331a8ec804a99280125ed17665b19ae30bae4 (diff)
downloadupstream-81605642118908deb1f61b4f7d34061c6d9f3939.tar.gz
upstream-81605642118908deb1f61b4f7d34061c6d9f3939.tar.bz2
upstream-81605642118908deb1f61b4f7d34061c6d9f3939.zip
use stats from net_device structure
SVN-Revision: 10873
Diffstat (limited to 'target/linux/atheros/files/drivers/net/ar2313/ar2313.h')
-rw-r--r--target/linux/atheros/files/drivers/net/ar2313/ar2313.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/atheros/files/drivers/net/ar2313/ar2313.h b/target/linux/atheros/files/drivers/net/ar2313/ar2313.h
index d4299addcd..9fa49caa79 100644
--- a/target/linux/atheros/files/drivers/net/ar2313/ar2313.h
+++ b/target/linux/atheros/files/drivers/net/ar2313/ar2313.h
@@ -145,7 +145,6 @@ struct ar2313_private {
*/
int board_idx;
char name[48];
- struct net_device_stats stats;
struct {
u32 address;
u32 length;
@@ -193,5 +192,4 @@ static void ar2313_init_cleanup(struct net_device *dev);
static int ar2313_setup_timer(struct net_device *dev);
static void ar2313_link_timer_fn(unsigned long data);
static void ar2313_check_link(struct net_device *dev);
-static struct net_device_stats *ar2313_get_stats(struct net_device *dev);
#endif /* _AR2313_H_ */