Reading the RT2860_ASIC_VER_ID register is not needed and returns

completely bogus value.
This commit is contained in:
Kevin Lo 2013-11-06 02:49:16 +00:00
parent 6224cd89c0
commit ae7d66f220
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=257732

View File

@ -1016,7 +1016,6 @@ run_load_microcode(struct run_softc *sc)
goto fail;
}
run_read(sc, RT2860_ASIC_VER_ID, &tmp);
/* write microcode image */
run_write_region_1(sc, RT2870_FW_BASE, base, 4096);
run_write(sc, RT2860_H2M_MAILBOX_CID, 0xffffffff);