Commit f74dc880 authored by Miguel Bernal Marin's avatar Miguel Bernal Marin Committed by Jeff Kirsher
Browse files
parent 89f6a305
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4046,12 +4046,12 @@ void e1000e_reset(struct e1000_adapter *adapter)
	case e1000_pch_lpt:
	case e1000_pch_spt:
	case e1000_pch_cnp:
		fc->refresh_time = 0x0400;
		fc->refresh_time = 0xFFFF;
		fc->pause_time = 0xFFFF;

		if (adapter->netdev->mtu <= ETH_DATA_LEN) {
			fc->high_water = 0x05C20;
			fc->low_water = 0x05048;
			fc->pause_time = 0x0650;
			break;
		}