iwm_ucode_type
int iwm_firmware_store_section(struct iwm_softc *, enum iwm_ucode_type,
int iwm_load_firmware_7000(struct iwm_softc *, enum iwm_ucode_type);
int iwm_load_firmware_8000(struct iwm_softc *, enum iwm_ucode_type);
int iwm_load_firmware(struct iwm_softc *, enum iwm_ucode_type);
int iwm_start_fw(struct iwm_softc *, enum iwm_ucode_type);
int iwm_load_ucode_wait_alive(struct iwm_softc *, enum iwm_ucode_type);
iwm_load_firmware_7000(struct iwm_softc *sc, enum iwm_ucode_type ucode_type)
iwm_load_firmware_8000(struct iwm_softc *sc, enum iwm_ucode_type ucode_type)
iwm_load_firmware(struct iwm_softc *sc, enum iwm_ucode_type ucode_type)
iwm_start_fw(struct iwm_softc *sc, enum iwm_ucode_type ucode_type)
enum iwm_ucode_type ucode_type = sc->sc_uc_current;
enum iwm_ucode_type ucode_type)
enum iwm_ucode_type old_type = sc->sc_uc_current;
iwm_firmware_store_section(struct iwm_softc *sc, enum iwm_ucode_type type,
enum iwm_ucode_type sc_uc_current;