Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab7bc0ad authored by Auke Kok's avatar Auke Kok Committed by Auke Kok
Browse files

e1000: disable ERT



Hardware is reported to have problems with ERT. We disable it for
all hardware to make sure we are not seeing unexplainable user
problems.

Signed-off-by: default avatarJesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: default avatarAuke Kok <auke-jan.h.kok@intel.com>
parent 592600a0
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1806,9 +1806,6 @@ e1000_configure_rx(struct e1000_adapter *adapter)
		E1000_WRITE_REG(hw, RXCSUM, rxcsum);
	}

	if (hw->mac_type == e1000_82573)
		E1000_WRITE_REG(hw, ERT, 0x0100);

	/* Enable Receives */
	E1000_WRITE_REG(hw, RCTL, rctl);
}