.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * aQuantia Corporation Network Driver |
---|
3 | 4 | * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved |
---|
4 | | - * |
---|
5 | | - * This program is free software; you can redistribute it and/or modify it |
---|
6 | | - * under the terms and conditions of the GNU General Public License, |
---|
7 | | - * version 2, as published by the Free Software Foundation. |
---|
8 | 5 | */ |
---|
9 | 6 | |
---|
10 | 7 | /* File aq_ethtool.h: Declaration of ethertool related functions. */ |
---|
.. | .. |
---|
15 | 12 | #include "aq_common.h" |
---|
16 | 13 | |
---|
17 | 14 | extern const struct ethtool_ops aq_ethtool_ops; |
---|
| 15 | +#define AQ_PRIV_FLAGS_MASK (AQ_HW_LOOPBACK_MASK) |
---|
18 | 16 | |
---|
19 | 17 | #endif /* AQ_ETHTOOL_H */ |
---|