1. 27 11月, 2013 6 次提交
  2. 20 11月, 2013 6 次提交
  3. 15 11月, 2013 4 次提交
  4. 13 11月, 2013 15 次提交
  5. 08 11月, 2013 1 次提交
  6. 06 11月, 2013 1 次提交
  7. 30 10月, 2013 2 次提交
  8. 24 10月, 2013 4 次提交
  9. 21 10月, 2013 1 次提交
    • K
      ath10k: add error handling to ath10k_pci_wait() · f3782744
      Kalle Valo 提交于
      ath10k_pci_wait() didn't notify any errors to callers, it
      just printed a warning so add proper error handling. This fixes
      a crash Ben reported:
      
      ath10k: MSI-X interrupt handling (8 intrs)
      ath10k: Unable to wakeup target
      ath10k: target took longer 5000 us to wake up (awake count 1)
      ath10k: Failed to get pcie state addr: -16
      ath10k: early firmware event indicated
      BUG: unable to handle kernel NULL pointer dereference at 0000000000000004
      IP: [<ffffffffa06ae46c>] ath10k_ce_completed_send_next+0x47/0x122 [ath10k_pci]
      Reported-by: NBen Greear <greearb@candelatech.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      f3782744