.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* atl2.h -- atl2 driver definitions |
---|
2 | 3 | * |
---|
3 | 4 | * Copyright(c) 2007 Atheros Corporation. All rights reserved. |
---|
.. | .. |
---|
6 | 7 | * |
---|
7 | 8 | * Derived from Intel e1000 driver |
---|
8 | 9 | * Copyright(c) 1999 - 2005 Intel Corporation. All rights reserved. |
---|
9 | | - * |
---|
10 | | - * This program is free software; you can redistribute it and/or modify it |
---|
11 | | - * under the terms of the GNU General Public License as published by the Free |
---|
12 | | - * Software Foundation; either version 2 of the License, or (at your option) |
---|
13 | | - * any later version. |
---|
14 | | - * |
---|
15 | | - * This program is distributed in the hope that it will be useful, but WITHOUT |
---|
16 | | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
---|
17 | | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
---|
18 | | - * more details. |
---|
19 | | - * |
---|
20 | | - * You should have received a copy of the GNU General Public License along with |
---|
21 | | - * this program; if not, write to the Free Software Foundation, Inc., 59 |
---|
22 | | - * Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
---|
23 | 10 | */ |
---|
24 | 11 | |
---|
25 | 12 | #ifndef _ATL2_H_ |
---|
.. | .. |
---|
260 | 247 | unsigned multi_col:1; |
---|
261 | 248 | unsigned late_col:1; |
---|
262 | 249 | unsigned abort_col:1; |
---|
263 | | - unsigned underun:1; /* current packet is aborted |
---|
| 250 | + unsigned underrun:1; /* current packet is aborted |
---|
264 | 251 | * due to txram underrun */ |
---|
265 | 252 | unsigned:3; /* reserved */ |
---|
266 | 253 | unsigned update:1; /* always 1'b1 in tx_status_buf */ |
---|