net: atlantic: update company name in the driver description
Aquantia is now part of Marvell. Thus, update the driver description. Signed-off-by: Igor Russkikh <irusskikh@marvell.com> Signed-off-by: Mark Starovoytov <mstarovoitov@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e00edb4efb
commit
fe677b057e
|
@ -80,8 +80,8 @@
|
|||
|
||||
#define AQ_CFG_LOCK_TRYS 100U
|
||||
|
||||
#define AQ_CFG_DRV_AUTHOR "aQuantia"
|
||||
#define AQ_CFG_DRV_DESC "aQuantia Corporation(R) Network Driver"
|
||||
#define AQ_CFG_DRV_AUTHOR "Marvell"
|
||||
#define AQ_CFG_DRV_DESC "Marvell (Aquantia) Corporation(R) Network Driver"
|
||||
#define AQ_CFG_DRV_NAME "atlantic"
|
||||
|
||||
#endif /* AQ_CFG_H */
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#define AQ_DEVICE_ID_AQC111S 0x91B1
|
||||
#define AQ_DEVICE_ID_AQC112S 0x92B1
|
||||
|
||||
#define HW_ATL_NIC_NAME "aQuantia AQtion 10Gbit Network Adapter"
|
||||
#define HW_ATL_NIC_NAME "Marvell (aQuantia) AQtion 10Gbit Network Adapter"
|
||||
|
||||
#define AQ_HWREV_ANY 0
|
||||
#define AQ_HWREV_1 1
|
||||
|
|
Loading…
Reference in New Issue