1. 23 12月, 2014 2 次提交
  2. 08 12月, 2014 5 次提交
  3. 01 12月, 2014 3 次提交
  4. 26 11月, 2014 3 次提交
  5. 24 11月, 2014 1 次提交
  6. 17 11月, 2014 2 次提交
  7. 31 10月, 2014 1 次提交
    • M
      ath10k: speed up hw recovery · 7962b0d8
      Michal Kazior 提交于
      In some cases hw recovery was taking an absurdly
      long time due to ath10k waiting for things that
      would never really complete.
      
      Instead of waiting for inevitable timeouts poke
      all completions and wakequeues and check if it's
      still worth waiting.
      
      Reading/writing ar->state requires conf_mutex.
      Since waiters might be holding it introduce a new
      flag CRASH_FLUSH so it's possible to tell waiters
      to abort whatever they were waiting for.
      Signed-off-by: NMichal Kazior <michal.kazior@tieto.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      7962b0d8
  8. 21 10月, 2014 1 次提交
  9. 08 10月, 2014 2 次提交
  10. 07 10月, 2014 1 次提交
  11. 29 9月, 2014 3 次提交
  12. 23 9月, 2014 10 次提交
  13. 18 9月, 2014 5 次提交
  14. 12 9月, 2014 1 次提交
    • K
      ath10k: add testmode · 43d2a30f
      Kalle Valo 提交于
      Add testmode interface for starting and using UTF firmware which is used to run
      factory tests. This is implemented by adding new state ATH10K_STATE_UTF and user
      space can enable this state with ATH10K_TM_CMD_UTF_START command. To go back to
      normal mode user space can send ATH10K_TM_CMD_UTF_STOP.
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      43d2a30f