Skip to content
Snippets Groups Projects
  1. Apr 19, 2011
  2. Apr 04, 2011
  3. Mar 04, 2011
  4. Dec 13, 2010
  5. Nov 15, 2010
  6. Aug 31, 2010
  7. Aug 25, 2010
  8. Aug 16, 2010
  9. Jul 12, 2010
    • Ivo van Doorn's avatar
      rt2x00: Implement watchdog monitoring · c965c74b
      Ivo van Doorn authored
      
      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: default avatarIvo van Doorn <IvDoorn@gmail.com>
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      c965c74b
  10. Jun 15, 2010
  11. May 12, 2010
  12. May 07, 2010
  13. May 04, 2010
  14. May 03, 2010
  15. Dec 21, 2009
  16. Nov 19, 2009
    • Johannes Berg's avatar
      mac80211: request TX status where needed · 7351c6bd
      Johannes Berg authored
      
      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: default avatarJohannes Berg <johannes@sipsolutions.net>
      Acked-by: Ivo van Doorn <IvDoorn@gmail.com> [rt2x00 bits]
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      7351c6bd
  17. Nov 11, 2009
  18. Aug 20, 2009
  19. Jul 24, 2009
  20. May 06, 2009
  21. Jan 29, 2009
  22. Dec 05, 2008
Loading