.. | .. |
---|
633 | 633 | */ |
---|
634 | 634 | struct ace_private |
---|
635 | 635 | { |
---|
| 636 | + struct net_device *ndev; /* backpointer */ |
---|
636 | 637 | struct ace_info *info; |
---|
637 | 638 | struct ace_regs __iomem *regs; /* register base */ |
---|
638 | 639 | struct ace_skb *skb; |
---|
.. | .. |
---|
776 | 777 | static netdev_tx_t ace_start_xmit(struct sk_buff *skb, |
---|
777 | 778 | struct net_device *dev); |
---|
778 | 779 | static int ace_close(struct net_device *dev); |
---|
779 | | -static void ace_tasklet(unsigned long dev); |
---|
| 780 | +static void ace_tasklet(struct tasklet_struct *t); |
---|
780 | 781 | static void ace_dump_trace(struct ace_private *ap); |
---|
781 | 782 | static void ace_set_multicast_list(struct net_device *dev); |
---|
782 | 783 | static int ace_change_mtu(struct net_device *dev, int new_mtu); |
---|