hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c
....@@ -1,23 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Copyright(c) 2007 Atheros Corporation. All rights reserved.
34 *
45 * Derived from Intel e1000 driver
56 * Copyright(c) 1999 - 2005 Intel Corporation. All rights reserved.
6
- *
7
- * This program is free software; you can redistribute it and/or modify it
8
- * under the terms of the GNU General Public License as published by the Free
9
- * Software Foundation; either version 2 of the License, or (at your option)
10
- * any later version.
11
- *
12
- * This program is distributed in the hope that it will be useful, but WITHOUT
13
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
15
- * more details.
16
- *
17
- * You should have received a copy of the GNU General Public License along with
18
- * this program; if not, write to the Free Software Foundation, Inc., 59
19
- * Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20
- *
217 */
228
239 #include <linux/netdevice.h>
....@@ -321,8 +307,6 @@
321307 struct atl1e_adapter *adapter = netdev_priv(netdev);
322308
323309 strlcpy(drvinfo->driver, atl1e_driver_name, sizeof(drvinfo->driver));
324
- strlcpy(drvinfo->version, atl1e_driver_version,
325
- sizeof(drvinfo->version));
326310 strlcpy(drvinfo->fw_version, "L1e", sizeof(drvinfo->fw_version));
327311 strlcpy(drvinfo->bus_info, pci_name(adapter->pdev),
328312 sizeof(drvinfo->bus_info));