aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2.h
diff options
context:
space:
mode:
authorNikita Danilov <ndanilov@aquantia.com>2021-11-29 05:28:26 -0800
committerDavid S. Miller <davem@davemloft.net>2021-11-29 14:24:21 +0000
commit413d5e09caa5a11da9c7d72401ba0588466a04c0 (patch)
tree9b9c707d89e4fb4754fd4b8bd1d8c90efe610389 /drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2.h
parentatlantic: Fix to display FW bundle version instead of FW mac version. (diff)
downloadlinux-dev-413d5e09caa5a11da9c7d72401ba0588466a04c0.tar.xz
linux-dev-413d5e09caa5a11da9c7d72401ba0588466a04c0.zip
atlantic: Add missing DIDs and fix 115c.
At the late production stages new dev ids were introduced. These are now in production, so its important for the driver to recognize these. And also fix the board caps for AQC115C adapter. Fixes: b3f0c79cba206 ("net: atlantic: A2 hw_ops skeleton") Signed-off-by: Nikita Danilov <ndanilov@aquantia.com> Signed-off-by: Sudarsana Reddy Kalluru <skalluru@marvell.com> Signed-off-by: Igor Russkikh <irusskikh@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2.h b/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2.h
index de8723f1c28a..346f0dc9912e 100644
--- a/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2.h
+++ b/drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2.h
@@ -9,6 +9,8 @@
#include "aq_common.h"
extern const struct aq_hw_caps_s hw_atl2_caps_aqc113;
+extern const struct aq_hw_caps_s hw_atl2_caps_aqc115c;
+extern const struct aq_hw_caps_s hw_atl2_caps_aqc116c;
extern const struct aq_hw_ops hw_atl2_ops;
#endif /* HW_ATL2_H */