|
@@ -1783,7 +1783,7 @@ static int igb_loopback_test(struct igb_adapter *adapter, u64 *data)
|
|
goto out;
|
|
goto out;
|
|
}
|
|
}
|
|
if ((adapter->hw.mac.type == e1000_i210)
|
|
if ((adapter->hw.mac.type == e1000_i210)
|
|
- || (adapter->hw.mac.type == e1000_i210)) {
|
|
|
|
|
|
+ || (adapter->hw.mac.type == e1000_i211)) {
|
|
dev_err(&adapter->pdev->dev,
|
|
dev_err(&adapter->pdev->dev,
|
|
"Loopback test not supported "
|
|
"Loopback test not supported "
|
|
"on this part at this time.\n");
|
|
"on this part at this time.\n");
|