1. 24 10月, 2014 9 次提交
  2. 23 10月, 2014 3 次提交
  3. 21 10月, 2014 8 次提交
  4. 13 10月, 2014 1 次提交
  5. 08 10月, 2014 5 次提交
  6. 07 10月, 2014 4 次提交
  7. 01 10月, 2014 3 次提交
  8. 29 9月, 2014 5 次提交
  9. 26 9月, 2014 2 次提交
    • K
      ath10k: add cal_data debugfs file · 7869b4fa
      Kalle Valo 提交于
      Provide calibration data used by the firmware to user space via a debugfs file.
      This makes it easier to debug calibration related problems.
      
      Example:
      
      sudo cp /sys/kernel/debug/ieee80211/phy0/ath10k/cal_data 1.cal
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      7869b4fa
    • K
      ath10k: add diag_read() to hif ops · eef25405
      Kalle Valo 提交于
      diag_read() is used for reading from firmware memory via the diagnose window.
      First user will be cal_data debugfs file.
      
      To serialise diagnostic window access and make it safe to use while firmware is
      running take ce_lock both in ath10k_pci_diag_write_mem() and
      ath10k_pci_diag_read_mem(). Because of that all the CE calls had to be changed
      to _nolock variants.
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      eef25405