aquantia: Fix driver name reported by ethtool
authorPavel Belous <pavel.belous@aquantia.com>
Wed, 3 May 2017 18:17:44 +0000 (21:17 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 May 2017 15:07:20 +0000 (11:07 -0400)
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>
drivers/net/ethernet/aquantia/atlantic/aq_cfg.h

index 5f99237a9d52fb31784cd30ce465dc9e82be045e..214986436ece5a103e6452218cf34719d223b820 100644 (file)
@@ -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)"."\