1. 28 2月, 2012 1 次提交
  2. 18 2月, 2012 1 次提交
  3. 03 2月, 2012 1 次提交
  4. 25 1月, 2012 2 次提交
  5. 07 1月, 2012 2 次提交
  6. 16 12月, 2011 1 次提交
  7. 09 12月, 2011 1 次提交
  8. 07 12月, 2011 1 次提交
  9. 03 12月, 2011 1 次提交
  10. 29 11月, 2011 1 次提交
  11. 26 11月, 2011 1 次提交
  12. 12 11月, 2011 2 次提交
  13. 15 10月, 2011 6 次提交
  14. 22 9月, 2011 1 次提交
  15. 20 9月, 2011 1 次提交
    • J
      iwlagn: do not use interruptible waits · effd4d9a
      Johannes Berg 提交于
      Since the dawn of its time, iwlwifi has used
      interruptible waits to wait for synchronous
      commands and firmware loading.
      
      This leads to "interesting" bugs, because it
      can't actually handle the interruptions; for
      example when a command sending is interrupted
      it will assume the command completed fully,
      and then leave it pending, which leads to all
      kinds of trouble when the command finishes
      later.
      
      Since there's no easy way to gracefully deal
      with interruptions, fix the driver to not use
      interruptible waits.
      
      This at least fixes the error
      iwlagn 0000:02:00.0: Error: Response NULL in  'REPLY_SCAN_ABORT_CMD'
      
      I have seen in P2P testing, but it is likely
      that there are other errors caused by this.
      
      Cc: Stanislaw Gruszka <sgruszka@redhat.com>
      Cc: stable@kernel.org [2.6.24+]
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      effd4d9a
  16. 15 9月, 2011 2 次提交
  17. 30 8月, 2011 7 次提交
  18. 21 7月, 2011 2 次提交
  19. 16 7月, 2011 3 次提交
  20. 12 7月, 2011 2 次提交
  21. 01 7月, 2011 1 次提交