1. 15 9月, 2011 2 次提交
  2. 08 7月, 2011 1 次提交
  3. 28 6月, 2011 1 次提交
  4. 20 4月, 2011 2 次提交
  5. 05 4月, 2011 1 次提交
  6. 31 3月, 2011 1 次提交
  7. 05 3月, 2011 4 次提交
  8. 14 12月, 2010 3 次提交
  9. 16 11月, 2010 4 次提交
  10. 01 9月, 2010 2 次提交
  11. 26 8月, 2010 2 次提交
  12. 17 8月, 2010 2 次提交
  13. 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
  14. 16 6月, 2010 1 次提交
  15. 13 5月, 2010 1 次提交
  16. 08 5月, 2010 1 次提交
  17. 05 5月, 2010 1 次提交
  18. 04 5月, 2010 1 次提交
  19. 22 12月, 2009 1 次提交
  20. 20 11月, 2009 1 次提交
    • J
      mac80211: request TX status where needed · 7351c6bd
      Johannes Berg 提交于
      Right now all frames mac80211 hands to the driver
      have the IEEE80211_TX_CTL_REQ_TX_STATUS flag set to
      request TX status. This isn't really necessary, only
      the injected frames need TX status (the latter for
      hostapd) so move setting this flag.
      
      The rate control algorithms also need TX status, but
      they don't require it.
      
      Also, rt2x00 uses that bit for its own purposes and
      seems to require it being set for all frames, but
      that can be fixed in rt2x00.
      
      This doesn't really change anything for any drivers
      but in the future drivers using hw-rate control may
      opt to not report TX status for frames that don't
      have the IEEE80211_TX_CTL_REQ_TX_STATUS flag set.
      Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
      Acked-by: Ivo van Doorn <IvDoorn@gmail.com> [rt2x00 bits]
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      7351c6bd
  21. 12 11月, 2009 1 次提交
  22. 20 8月, 2009 1 次提交
  23. 25 7月, 2009 1 次提交
  24. 07 5月, 2009 3 次提交
  25. 30 1月, 2009 1 次提交