1. 26 Sep, 2013 1 commit
  2. 20 Sep, 2013 7 commits
  3. 16 Sep, 2013 7 commits
  4. 12 Sep, 2013 11 commits
  5. 09 Sep, 2013 1 commit
  6. 08 Sep, 2013 1 commit
    • Michal Kazior's avatar
      ath10k: prevent CE from looping indefinitely · 5440ce25
      Michal Kazior authored
      The double while() could end up running forever.
      Inner while() would complete very fast. However
      the completion processing could take enough time
      for more completions to flow in. In that case the
      outer while() would not terminate and run again,
      and again. This could happen especially on a slow
      host system.
      
      This could lead to a system freeze during heavy
      traffic. Note: this doesn't solve all known
      starvation issues yet.
      Signed-off-by: default avatarMichal Kazior <michal.kazior@tieto.com>
      Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
      5440ce25
  7. 06 Sep, 2013 6 commits
  8. 03 Sep, 2013 6 commits