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

Commit 5b66ba0d authored by Jeff Kirsher's avatar Jeff Kirsher Committed by root
Browse files

e1000: Fix unecessary delay for 82573 controllers

parent 0989aa43
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -6746,12 +6746,6 @@ e1000_get_phy_cfg_done(struct e1000_hw *hw)
        break;
    }

    /* PHY configuration from NVM just starts after EECD_AUTO_RD sets to high.
     * Need to wait for PHY configuration completion before accessing NVM
     * and PHY. */
    if (hw->mac_type == e1000_82573)
        msec_delay(25);

    return E1000_SUCCESS;
}