prism54: convert to internal net_device_stats
Also, make ethtool_ops const as it should be, and get rid of useless cast. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
6685254f80
commit
6456fffb09
@@ -158,9 +158,6 @@ typedef struct {
|
||||
dma_addr_t pci_map_tx_address[ISL38XX_CB_TX_QSIZE];
|
||||
dma_addr_t pci_map_rx_address[ISL38XX_CB_RX_QSIZE];
|
||||
|
||||
/* driver network interface members */
|
||||
struct net_device_stats statistics;
|
||||
|
||||
/* wait for a reset interrupt */
|
||||
wait_queue_head_t reset_done;
|
||||
|
||||
|
Reference in New Issue
Block a user