hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/drivers/net/ethernet/aquantia/atlantic/aq_ethtool.h
....@@ -1,10 +1,7 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * aQuantia Corporation Network Driver
34 * 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.
85 */
96
107 /* File aq_ethtool.h: Declaration of ethertool related functions. */
....@@ -15,5 +12,6 @@
1512 #include "aq_common.h"
1613
1714 extern const struct ethtool_ops aq_ethtool_ops;
15
+#define AQ_PRIV_FLAGS_MASK (AQ_HW_LOOPBACK_MASK)
1816
1917 #endif /* AQ_ETHTOOL_H */