Commit f74dc880 authored by Miguel Bernal Marin's avatar Miguel Bernal Marin Committed by Jeff Kirsher
parent 89f6a305
...@@ -4046,12 +4046,12 @@ void e1000e_reset(struct e1000_adapter *adapter) ...@@ -4046,12 +4046,12 @@ void e1000e_reset(struct e1000_adapter *adapter)
case e1000_pch_lpt: case e1000_pch_lpt:
case e1000_pch_spt: case e1000_pch_spt:
case e1000_pch_cnp: case e1000_pch_cnp:
fc->refresh_time = 0x0400; fc->refresh_time = 0xFFFF;
fc->pause_time = 0xFFFF;
if (adapter->netdev->mtu <= ETH_DATA_LEN) { if (adapter->netdev->mtu <= ETH_DATA_LEN) {
fc->high_water = 0x05C20; fc->high_water = 0x05C20;
fc->low_water = 0x05048; fc->low_water = 0x05048;
fc->pause_time = 0x0650;
break; break;
} }
......
Markdown is supported
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