1. 13 8月, 2013 1 次提交
  2. 12 8月, 2013 3 次提交
  3. 07 8月, 2013 3 次提交
  4. 06 8月, 2013 1 次提交
    • M
      ath10k: fix device teardown · 32270b61
      Michal Kazior 提交于
      This fixes interrupt-related issue when no
      interfaces were running thus the device was
      considered powered down.
      
      The power_down() function isn't really powering
      down the device. It simply assumed it won't
      interrupt. This wasn't true in some cases and
      could lead to paging failures upon FW indication
      interrupt (i.e. FW crash) because some structures
      aren't allocated in that device state.
      
      One reason for that was that ar_pci->started
      wasn't reset. The other is interrupts should've
      been masked when teardown starts.
      
      The patch reorganized interrupt setup and makes
      sure ar_pci->started is reset accordingly.
      Reported-by: NBen Greear <greearb@candelatech.com>
      Signed-off-by: NMichal Kazior <michal.kazior@tieto.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      32270b61
  5. 02 8月, 2013 8 次提交
  6. 31 7月, 2013 2 次提交
  7. 30 7月, 2013 22 次提交