1. 05 3月, 2011 6 次提交
  2. 22 2月, 2011 1 次提交
  3. 01 2月, 2011 3 次提交
  4. 14 12月, 2010 6 次提交
  5. 18 11月, 2010 1 次提交
  6. 16 11月, 2010 4 次提交
  7. 12 10月, 2010 3 次提交
  8. 01 9月, 2010 2 次提交
  9. 26 8月, 2010 2 次提交
  10. 18 8月, 2010 1 次提交
  11. 17 8月, 2010 1 次提交
    • I
      rt2x00: Move USB tx/rx done handling to workqueue · 7e613e16
      Ivo van Doorn 提交于
      Move all TX and RX completion handling into a work structure,
      which is handeled on the mac80211 workqueue. This simplifies
      the code in rt2x00lib since it no longer needs to check if the
      device is USB or PCI to decide which mac80211 function should be used.
      
      In the watchdog some changes are needed since it can no longer rely
      on the TX completion function to be run while looping through the
      entries. (Both functions now work on the same workqueue, so this
      would deadlock). So the watchdog now waits for the URB to return,
      and handle the TX status report directly.
      
      As a side-effect, the debugfs entry for the RX queue now correctly
      displays the positions of the INDEX and INDEX_DONE counters. This
      also implies that it is not possible to perform checks like queue_empty()
      and queue_full() on the RX queue.
      Signed-off-by: NIvo van Doorn <IvDoorn@gmail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      7e613e16
  12. 13 7月, 2010 1 次提交
    • I
      rt2x00: Implement watchdog monitoring · c965c74b
      Ivo van Doorn 提交于
      Implement watchdog monitoring for USB devices (PCI support can
      be added later). This will determine if URBs being uploaded to
      the hardware are actually returning. Both rt2500usb and rt2800usb
      have shown that URBs being uploaded can remain hanging without
      being released by the hardware.
      By using this watchdog, a queue can be reset when this occurs.
      For rt2800usb it has been tested that the connection is preserved
      even though this interruption.
      Signed-off-by: NIvo van Doorn <IvDoorn@gmail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      c965c74b
  13. 01 7月, 2010 2 次提交
  14. 16 6月, 2010 1 次提交
  15. 03 6月, 2010 2 次提交
  16. 13 5月, 2010 2 次提交
  17. 11 5月, 2010 2 次提交