Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 03fa5121 authored by Sameer Saurabh's avatar Sameer Saurabh Committed by David S. Miller
Browse files

Remove Half duplex mode speed capabilities.

Since Half Duplex mode has been deprecated by the firmware, driver should
not advertise Half Duplex speed in ethtool support link speed values.

Fixes: 071a0204

 ("net: atlantic: A2: half duplex support")
Signed-off-by: default avatarSameer Saurabh <ssaurabh@marvell.com>
Signed-off-by: default avatarIgor Russkikh <irusskikh@marvell.com>
Signed-off-by: default avatarSudarsana Reddy Kalluru <skalluru@marvell.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 413d5e09
Branches
Tags
No related merge requests found
...@@ -65,11 +65,8 @@ const struct aq_hw_caps_s hw_atl2_caps_aqc113 = { ...@@ -65,11 +65,8 @@ const struct aq_hw_caps_s hw_atl2_caps_aqc113 = {
AQ_NIC_RATE_5G | AQ_NIC_RATE_5G |
AQ_NIC_RATE_2G5 | AQ_NIC_RATE_2G5 |
AQ_NIC_RATE_1G | AQ_NIC_RATE_1G |
AQ_NIC_RATE_1G_HALF |
AQ_NIC_RATE_100M | AQ_NIC_RATE_100M |
AQ_NIC_RATE_100M_HALF | AQ_NIC_RATE_10M,
AQ_NIC_RATE_10M |
AQ_NIC_RATE_10M_HALF,
}; };
const struct aq_hw_caps_s hw_atl2_caps_aqc115c = { const struct aq_hw_caps_s hw_atl2_caps_aqc115c = {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment