forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/drivers/net/ethernet/amd/7990.h
....@@ -241,9 +241,9 @@
241241 /* Now the prototypes we export */
242242 int lance_open(struct net_device *dev);
243243 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);
245245 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);
247247 #ifdef CONFIG_NET_POLL_CONTROLLER
248248 void lance_poll(struct net_device *dev);
249249 #endif