linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] ath5k: Add multiple queues / QoS support + more
@ 2010-09-17  2:36 Bruno Randolf
  2010-09-17  2:36 ` [PATCH 01/11] ath/ath5k/ath9k: Fix crypto capabilities merge issue Bruno Randolf
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Bruno Randolf @ 2010-09-17  2:36 UTC (permalink / raw)
  To: linville; +Cc: ath5k-devel, linux-wireless

This is now rebased to wireless-next and includes a fixup for a merge issue
of the crypto series and Bob's reordering patch. I hope you don't mind - I
will be gone for the next week, so I need to push this out now.

The following series adds WME QoS for ath5k by using four hardware queues
and adding the necessary callback function for mac80211 to configure the
queue parameters.

Unfortunately, if we use multiple queues, the hardware can get stuck, and we
don't know a better solution than resetting the hardware in this case. This
is the same situation as in ath9k and i have copied the workaround from
there.

bruno

---

Bob Copeland (1):
      This change reorganizes the main ath5k file in order to re-group

Bruno Randolf (10):
      ath/ath5k/ath9k: Fix crypto capabilities merge issue
      ath5k: Use four hardware queues
      ath5k: Fix queue debug file
      ath5k: Fix TX queues stopping
      ath5k: Move tx frame completion into separate function
      ath5k: Add watchdog for stuck TX queues
      ath5k: Count how many times a queue got stuck
      ath5k: Keep last descriptor in queue
      ath5k: Simplify cw_min/max and AIFS configuration
      ath5k: Add tx queue configuration function


 drivers/net/wireless/ath/ath.h          |    9 
 drivers/net/wireless/ath/ath5k/ath5k.h  |   13 
 drivers/net/wireless/ath/ath5k/attach.c |    5 
 drivers/net/wireless/ath/ath5k/base.c   | 1972 ++++++++++++++++---------------
 drivers/net/wireless/ath/ath5k/base.h   |    9 
 drivers/net/wireless/ath/ath5k/debug.c  |   11 
 drivers/net/wireless/ath/ath5k/qcu.c    |   99 +-
 drivers/net/wireless/ath/ath9k/hw.c     |    2 
 8 files changed, 1065 insertions(+), 1055 deletions(-)

-- 
Signature

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2010-09-17  3:35 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-17  2:36 [PATCH 00/11] ath5k: Add multiple queues / QoS support + more Bruno Randolf
2010-09-17  2:36 ` [PATCH 01/11] ath/ath5k/ath9k: Fix crypto capabilities merge issue Bruno Randolf
2010-09-17  2:36 ` [PATCH 02/11] This change reorganizes the main ath5k file in order to re-group Bruno Randolf
2010-09-17  3:32   ` Bob Copeland
2010-09-17  2:36 ` [PATCH 03/11] ath5k: Use four hardware queues Bruno Randolf
2010-09-17  2:36 ` [PATCH 04/11] ath5k: Fix queue debug file Bruno Randolf
2010-09-17  2:36 ` [PATCH 05/11] ath5k: Fix TX queues stopping Bruno Randolf
2010-09-17  2:36 ` [PATCH 06/11] ath5k: Move tx frame completion into separate function Bruno Randolf
2010-09-17  2:36 ` [PATCH 07/11] ath5k: Add watchdog for stuck TX queues Bruno Randolf
2010-09-17  2:37 ` [PATCH 08/11] ath5k: Count how many times a queue got stuck Bruno Randolf
2010-09-17  2:37 ` [PATCH 09/11] ath5k: Keep last descriptor in queue Bruno Randolf
2010-09-17  2:37 ` [PATCH 10/11] ath5k: Simplify cw_min/max and AIFS configuration Bruno Randolf
2010-09-17  2:37 ` [PATCH 11/11] ath5k: Add tx queue configuration function Bruno Randolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).