mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-08 10:23:47 +08:00
x86: disable EEE for Intel I225/I226 network dropout issues
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
08281831be
commit
3c00c15667
@ -100,7 +100,7 @@ void igc_reset(struct igc_adapter *adapter)
|
||||
netdev_err(dev, "Error on hardware initialization\n");
|
||||
|
||||
/* Re-establish EEE setting */
|
||||
igc_set_eee_i225(hw, true, true, true);
|
||||
igc_set_eee_i225(hw, false, false, false);
|
||||
|
||||
if (!netif_running(adapter->netdev))
|
||||
igc_power_down_phy_copper_base(&adapter->hw);
|
||||
|
Loading…
x
Reference in New Issue
Block a user