1. 02 2月, 2016 5 次提交
  2. 28 1月, 2016 17 次提交
  3. 26 1月, 2016 7 次提交
  4. 21 1月, 2016 2 次提交
  5. 07 1月, 2016 1 次提交
    • P
      ath10k: set SM power save disabled to default value · e33a99e2
      Peter Oh 提交于
      Use SMPS disabled as default because FW does not indicate
      any support of SMPS.
      
      This change will help STAs out that don’t support SMPS from
      sticking on 1SS, since they don’t have method to change it
      back to multiple chains.
      
      This change also should not affect power consumption of STAs
      supporting SMPS, because they are capable to switch the mode
      to dynamic or static either at the end of frame sequence or
      by using SMPS action frame.
      Signed-off-by: NPeter Oh <poh@qca.qualcomm.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      e33a99e2
  6. 31 12月, 2015 2 次提交
  7. 14 12月, 2015 1 次提交
  8. 08 12月, 2015 2 次提交
  9. 30 11月, 2015 3 次提交
    • K
      ath10k: implement fw_checksums debugfs file · 9e100c4d
      Kalle Valo 提交于
      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: NKalle Valo <kvalo@qca.qualcomm.com>
      9e100c4d
    • K
      ath10k: print crc32 checksums for firmware and board files · 3e58044b
      Kalle Valo 提交于
      To detect cases if the firmare or board file is corrupted or otherwise modified print crc32 value
      of both. Now the output looks like:
      
      ath10k_pci 0000:02:00.0: pci irq msi interrupts 1 irq_mode 0 reset_mode 0
      ath10k_pci 0000:02:00.0: qca99x0 hw2.0 target 0x01000000 chip_id 0x003801ff sub 168c:0002
      ath10k_pci 0000:02:00.0: kconfig debug 1 debugfs 1 tracing 1 dfs 1 testmode 1
      ath10k_pci 0000:02:00.0: firmware ver 10.4.1.00030-1 api 5 features no-p2p crc32 d2901e01
      ath10k_pci 0000:02:00.0: board_file api 1 bmi_id 1:1 crc32 7e56fd07
      ath10k_pci 0000:02:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal otp max-sta 512 raw 0 hwcrypto 1
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      3e58044b
    • K
      ath10k: split driver info messages during device initialisation · 23f591ea
      Kalle Valo 提交于
      Earlier we printed all the info messages after a successful device
      initialisation and firmware boot, but that's problematic if something goes
      wrong and there's no easy way to know what firmware version was used and so on.
      
      Split the info messages into smaller pieces and print them as soon as we have
      the info available.
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      23f591ea