.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Intel Wireless WiMAX Connection 2400m |
---|
3 | 4 | * Glue with the networking stack |
---|
4 | 5 | * |
---|
5 | | - * |
---|
6 | 6 | * Copyright (C) 2007 Intel Corporation <linux-wimax@intel.com> |
---|
7 | 7 | * Yanir Lubetkin <yanirx.lubetkin@intel.com> |
---|
8 | 8 | * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> |
---|
9 | | - * |
---|
10 | | - * This program is free software; you can redistribute it and/or |
---|
11 | | - * modify it under the terms of the GNU General Public License version |
---|
12 | | - * 2 as published by the Free Software Foundation. |
---|
13 | | - * |
---|
14 | | - * This program is distributed in the hope that it will be useful, |
---|
15 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
16 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
17 | | - * GNU General Public License for more details. |
---|
18 | | - * |
---|
19 | | - * You should have received a copy of the GNU General Public License |
---|
20 | | - * along with this program; if not, write to the Free Software |
---|
21 | | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA |
---|
22 | | - * 02110-1301, USA. |
---|
23 | | - * |
---|
24 | 9 | * |
---|
25 | 10 | * This implements an ethernet device for the i2400m. |
---|
26 | 11 | * |
---|
.. | .. |
---|
395 | 380 | |
---|
396 | 381 | |
---|
397 | 382 | static |
---|
398 | | -void i2400m_tx_timeout(struct net_device *net_dev) |
---|
| 383 | +void i2400m_tx_timeout(struct net_device *net_dev, unsigned int txqueue) |
---|
399 | 384 | { |
---|
400 | 385 | /* |
---|
401 | 386 | * We might want to kick the device |
---|