aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorPavel Belous <pavel.belous@aquantia.com>2017-05-03 21:17:44 +0300
committerDavid S. Miller <davem@davemloft.net>2017-05-04 11:07:20 -0400
commit5900eca1ac3bcb03cd0da1c9a5504f1fbfe9b5bc (patch)
tree4d559e6174cd50568c9467f04507ec9ec34ccc8e /drivers/net
parentipv4, ipv6: ensure raw socket message is big enough to hold an IP header (diff)
downloadlinux-dev-5900eca1ac3bcb03cd0da1c9a5504f1fbfe9b5bc.tar.xz
linux-dev-5900eca1ac3bcb03cd0da1c9a5504f1fbfe9b5bc.zip
aquantia: Fix driver name reported by ethtool
V2: using "aquantia" subsystem tag. The command "ethtool -i ethX" should display driver name (driver: atlantic) instead vendor name (driver: aquantia). Signed-off-by: Pavel Belous <pavel.belous@aquantia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/ethernet/aquantia/atlantic/aq_cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/aquantia/atlantic/aq_cfg.h b/drivers/net/ethernet/aquantia/atlantic/aq_cfg.h
index 5f99237a9d52..214986436ece 100644
--- a/drivers/net/ethernet/aquantia/atlantic/aq_cfg.h
+++ b/drivers/net/ethernet/aquantia/atlantic/aq_cfg.h
@@ -68,7 +68,7 @@
#define AQ_CFG_DRV_AUTHOR "aQuantia"
#define AQ_CFG_DRV_DESC "aQuantia Corporation(R) Network Driver"
-#define AQ_CFG_DRV_NAME "aquantia"
+#define AQ_CFG_DRV_NAME "atlantic"
#define AQ_CFG_DRV_VERSION __stringify(NIC_MAJOR_DRIVER_VERSION)"."\
__stringify(NIC_MINOR_DRIVER_VERSION)"."\
__stringify(NIC_BUILD_DRIVER_VERSION)"."\