dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/net/wireless/ath/ar9170
Christian Lamparter 9b9c5aaeed ar9170: xmit code revamp
This patch is a back-port from aggregation testing code.

In the past, we didn't limit the amount of active tx urbs.
However, ar9170 only has a limited buffer reserved for
pending data frames.

This wasn't much of a problem with the slower 802.11b/g.
We simply stopped the full queue and moved on to something different
in the mean time. But - as you guessed it -  this simple approach
stands in way for a decent aggregation implementation.

Signed-off-by: Christian Lamparter <chunkeey@web.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-06-10 13:27:54 -04:00
..
Kconfig
Makefile
ar9170.h ar9170: xmit code revamp 2009-06-10 13:27:54 -04:00
cmd.c
cmd.h
eeprom.h
hw.h ar9170: xmit code revamp 2009-06-10 13:27:54 -04:00
led.c ar9170: cancel led worker properly on exit 2009-06-03 14:05:15 -04:00
mac.c ar9170: introduce functions for MAC programming 2009-06-03 14:05:12 -04:00
main.c ar9170: xmit code revamp 2009-06-10 13:27:54 -04:00
phy.c ar9170: 40mhz fixes 2009-06-03 14:05:12 -04:00
usb.c ar9170: xmit code revamp 2009-06-10 13:27:54 -04:00
usb.h ar9170: xmit code revamp 2009-06-10 13:27:54 -04:00