2009-01-16 16:11:05

by Sujith

[permalink] [raw]
Subject: [PATCH 0/9] ath9k driver updates

John,

A few driver cleanups/fixes.
This series will apply over the 11 patch series by Gabor Juhos.

Sujith

Sujith (9):
ath9k: rateCodeToIndex is not used, remove it
ath9k: Update short guard interval in rate control
ath9k: Reorganize code in xmit.c
ath9k: Remove ath_tx_stopdma and call ath9k_hw_stoptxdma directly
ath9k: Merge queue draining functions
ath9k: Add a helper function to wake mac80211 queues
ath9k: Handle holding descriptor in TX completion properly
ath9k: Revamp TX aggregation
ath9k: Cleanup buffer type assignment

drivers/net/wireless/ath9k/beacon.c | 2 +-
drivers/net/wireless/ath9k/core.h | 20 +-
drivers/net/wireless/ath9k/main.c | 8 +-
drivers/net/wireless/ath9k/rc.c | 17 +-
drivers/net/wireless/ath9k/rc.h | 1 -
drivers/net/wireless/ath9k/xmit.c | 2859 +++++++++++++++--------------------
6 files changed, 1260 insertions(+), 1647 deletions(-)