[iwm] With the previous commits, this DELAY no longer seems to be needed.

Obtained from:	dragonflybsd.git 516272d3d02c821ace16a91cfdeb28540ac74ecc
This commit is contained in:
Adrian Chadd 2017-02-22 02:24:42 +00:00
parent 9df5244309
commit dae82c37b0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=314067

View File

@ -2602,11 +2602,6 @@ iwm_pcie_load_cpu_sections_8000(struct iwm_softc *sc,
IWM_WRITE(sc, IWM_FH_UCODE_LOAD_STATUS, val);
sec_num = (sec_num << 1) | 0x1;
iwm_nic_unlock(sc);
/*
* The firmware won't load correctly without this delay.
*/
DELAY(8000);
}
}