1. 11 Dec, 2015 2 commits
  2. 08 Dec, 2015 17 commits
  3. 03 Dec, 2015 2 commits
  4. 01 Dec, 2015 18 commits
  5. 30 Nov, 2015 1 commit
    • Kalle Valo's avatar
      ath10k: implement fw_checksums debugfs file · 9e100c4d
      Kalle Valo authored
      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>
      9e100c4d