commit | 9e100c4d013e6e27ea3318e53d200a912080387f | [log] [tgz] |
---|---|---|
author | Kalle Valo <kvalo@qca.qualcomm.com> | Wed Nov 25 15:38:41 2015 +0200 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Mon Nov 30 16:55:01 2015 +0200 |
tree | 294b18cec96d198c40bc664db2ee532cf692f2cc | |
parent | 3e58044b61a92ad63e52b347782248659b6b6f12 [diff] |
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: Kalle Valo <kvalo@qca.qualcomm.com>