forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/net/wireless/intersil/prism54/islpci_eth.h
....@@ -1,18 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (C) 2002 Intersil Americas Inc.
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License as published by
6
- * the Free Software Foundation; either version 2 of the License
7
- *
8
- * This program is distributed in the hope that it will be useful,
9
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
- * GNU General Public License for more details.
12
- *
13
- * You should have received a copy of the GNU General Public License
14
- * along with this program; if not, see <http://www.gnu.org/licenses/>.
15
- *
164 */
175
186 #ifndef _ISLPCI_ETH_H
....@@ -65,7 +53,7 @@
6553 void islpci_eth_cleanup_transmit(islpci_private *, isl38xx_control_block *);
6654 netdev_tx_t islpci_eth_transmit(struct sk_buff *, struct net_device *);
6755 int islpci_eth_receive(islpci_private *);
68
-void islpci_eth_tx_timeout(struct net_device *);
56
+void islpci_eth_tx_timeout(struct net_device *, unsigned int txqueue);
6957 void islpci_do_reset_and_wake(struct work_struct *);
7058
7159 #endif /* _ISL_GEN_H */