.. | .. |
---|
241 | 241 | /* Now the prototypes we export */ |
---|
242 | 242 | int lance_open(struct net_device *dev); |
---|
243 | 243 | int lance_close(struct net_device *dev); |
---|
244 | | -int lance_start_xmit(struct sk_buff *skb, struct net_device *dev); |
---|
| 244 | +netdev_tx_t lance_start_xmit(struct sk_buff *skb, struct net_device *dev); |
---|
245 | 245 | void lance_set_multicast(struct net_device *dev); |
---|
246 | | -void lance_tx_timeout(struct net_device *dev); |
---|
| 246 | +void lance_tx_timeout(struct net_device *dev, unsigned int txqueue); |
---|
247 | 247 | #ifdef CONFIG_NET_POLL_CONTROLLER |
---|
248 | 248 | void lance_poll(struct net_device *dev); |
---|
249 | 249 | #endif |
---|