• Kalle Valo's avatar
    ath10k: implement firmware IE container support · 1a222435
    Kalle Valo authored
    Firmware IE containers can dynamically provide various information what
    firmware supports. Also it can embed more than one image so updating firmware
    is easy, user just needs to update one file in /lib/firmware/.
    
    The firmware API 2 or higher will use the IE container format, the current API
    1 will not use the new format but it still is supported for some time. FW API 2
    files are named as firmware-2.bin (which contains both firmware and otp images)
    and API 1 files are firmware.bin and otp.bin.
    Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
    1a222435
core.h 9.79 KB