1. 22 12月, 2009 1 次提交
  2. 29 11月, 2009 2 次提交
  3. 17 11月, 2009 1 次提交
  4. 12 11月, 2009 1 次提交
  5. 31 10月, 2009 1 次提交
  6. 30 9月, 2009 1 次提交
  7. 09 9月, 2009 1 次提交
    • I
      rt2x00: Hardcode TX ack timeout and consume time · 4789666e
      Ivo van Doorn 提交于
      The calculated values for the ACK timeout and ACK
      consume time are different then the values as
      used by the Legacy drivers.
      
      After testing from James Ledwith it appeared that
      the calculated values caused a high amount of TX
      failures, and the values from the Legacy drivers
      were the most optimal to prevent TX failure due to
      excessive retries.
      
      The symptoms of this problem:
       - Rate control module always falls back to 1Mbs
       - Low throughput when bitrate was fixed
      
      Possible side-effects (not confirmed but highly likely)
       - Problems with DHCP
       - Broken connections due to lack of probe response
      
      This should fix at least:
      Kernel bugzilla reports: [13362], [13009], [9273]
      Fedora bugzilla reports: [443203]
      but possible some additional bugs as well.
      Signed-off-by: NIvo van Doorn <IvDoorn@gmail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      4789666e
  8. 20 8月, 2009 1 次提交
  9. 14 8月, 2009 2 次提交
  10. 25 7月, 2009 1 次提交
  11. 11 7月, 2009 1 次提交
  12. 04 6月, 2009 1 次提交
  13. 23 5月, 2009 1 次提交
  14. 12 5月, 2009 1 次提交
  15. 07 5月, 2009 2 次提交
  16. 16 4月, 2009 1 次提交
  17. 28 3月, 2009 1 次提交
  18. 06 3月, 2009 1 次提交
  19. 28 2月, 2009 3 次提交
  20. 10 2月, 2009 3 次提交
  21. 30 1月, 2009 9 次提交
  22. 13 1月, 2009 1 次提交
  23. 05 12月, 2008 2 次提交
  24. 26 11月, 2008 1 次提交
    • I
      rt2x00: Detect USB BULK in/out endpoints · f1ca2167
      Ivo van Doorn 提交于
      Instead of hardcoding the used in/out endpoints
      we should detect them by walking through all
      available endpoints.
      
      rt2800usb will gain the most out of this, because
      the legacy drivers indicate that there are multiple
      endpoints available.
      However this code might benefit at least rt73usb as
      well for the MIMO queues, and if we are really lucky
      rt2500usb will benefit because for the TX and PRIO
      queues.
      
      Even if rt2500usb and rt73usb do not get better performance
      after this patch, the endpoint detection still belongs to
      rt2x00usb, and it shouldn't hurt to always try to detect
      the available endpoints.
      Signed-off-by: NIvo van Doorn <IvDoorn@gmail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      f1ca2167