hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/drivers/net/ethernet/atheros/atlx/atl1.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Copyright(c) 2005 - 2006 Attansic Corporation. All rights reserved.
34 * Copyright(c) 2006 - 2007 Chris Snook <csnook@redhat.com>
....@@ -5,20 +6,6 @@
56 *
67 * Derived from Intel e1000 driver
78 * Copyright(c) 1999 - 2005 Intel Corporation. All rights reserved.
8
- *
9
- * This program is free software; you can redistribute it and/or modify it
10
- * under the terms of the GNU General Public License as published by the Free
11
- * Software Foundation; either version 2 of the License, or (at your option)
12
- * any later version.
13
- *
14
- * This program is distributed in the hope that it will be useful, but WITHOUT
15
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
17
- * more details.
18
- *
19
- * You should have received a copy of the GNU General Public License along with
20
- * this program; if not, write to the Free Software Foundation, Inc., 59
21
- * Temple Place - Suite 330, Boston, MA 02111-1307, USA.
229 */
2310
2411 #ifndef ATL1_H
....@@ -681,7 +668,7 @@
681668 u64 scc; /* packets TX after a single collision */
682669 u64 mcc; /* packets TX after multiple collisions */
683670 u64 latecol; /* TX packets w/ late collisions */
684
- u64 tx_underun; /* TX packets aborted due to TX FIFO underrun
671
+ u64 tx_underrun; /* TX packets aborted due to TX FIFO underrun
685672 * or TRD FIFO underrun */
686673 u64 tx_trunc; /* TX packets truncated due to size > MTU */
687674 u64 rx_pause; /* num Pause packets received. */