|
@@ -860,6 +860,7 @@ static int i40e_set_link_ksettings(struct net_device *netdev,
|
|
|
hw->device_id == I40E_DEV_ID_KX_C ||
|
|
|
hw->device_id == I40E_DEV_ID_20G_KR2 ||
|
|
|
hw->device_id == I40E_DEV_ID_20G_KR2_A ||
|
|
|
+ hw->device_id == I40E_DEV_ID_25G_B ||
|
|
|
hw->device_id == I40E_DEV_ID_KX_X722) {
|
|
|
netdev_info(netdev, "Changing settings is not supported on backplane.\n");
|
|
|
return -EOPNOTSUPP;
|