Skip to content
Commit 9e100c4d authored by Kalle Valo's avatar Kalle Valo
Browse files

ath10k: implement fw_checksums debugfs file



When debugging firmware problems it's useful to check checksums of each
component. Add a debugfs interface to retrieve crc32 checksums:

# cat /sys/kernel/debug/ieee80211/phy0/ath10k/fw_checksums
firmware-N.bin          cc3fb466
athwlan                 c0089f21
otp                     f3efeb4f
codeswap                00000000
board-N.bin             bebc7c08
board                   bebc7c08

Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent 3e58044b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment