forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/drivers/net/wireless/intersil/orinoco/orinoco.h
....@@ -207,7 +207,7 @@
207207 int orinoco_stop(struct net_device *dev);
208208 void orinoco_set_multicast_list(struct net_device *dev);
209209 int orinoco_change_mtu(struct net_device *dev, int new_mtu);
210
-void orinoco_tx_timeout(struct net_device *dev);
210
+void orinoco_tx_timeout(struct net_device *dev, unsigned int txqueue);
211211
212212 /********************************************************************/
213213 /* Locking and synchronization functions */