mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[atheros] use stats from net_device structure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10873 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user