1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

ramips: nuke net_device stats from the private data of the ethernet driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18147 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2009-10-25 09:37:30 +00:00
parent 5305a949f4
commit f4feacd7f3
2 changed files with 6 additions and 16 deletions

View File

@@ -209,7 +209,6 @@ struct raeth_priv
struct sk_buff *tx_skb[NUM_RX_DESC];
unsigned int skb_free_idx;
struct net_device_stats stat;
struct ramips_eth_platform_data *plat;
};