John, A bunch of driver updates, mostly rate control cleanup. This series applies on top of all the pending patches for ath9k. ( The series from Senthil, PCI fixes from Luis, and an antenna fix from Vasanth ) Sujith Sujith (18): ath9k: Merge struct ath_tx_ratectrl with ath_rate_node ath9k: Simplify RC alloc/free functions ath9k: Remove ath_setup_rates ath9k: Remove ath_rate_newassoc() ath9k: Remove half/quarter rate tables ath9k: Nuke fixed rate handling in driver ath9k: Revamp RX handling ath9k: We don't support non-HT devices, so remove superfluous code. ath9k: Remove rate control reference in VAP ath9k: Remove ath_rate_softc ath9k: Use rate_driver_data ath9k: Remove ath9k_rate_table ath9k: General code scrub ath9k: Use helpers ath9k: Move TX completion routine to xmit.c ath9k: Fix bug in deciphering channel flags ath9k: Update TX trigger level on a FIFO underrun. ath9k: Use straightforward PCI routines to setup the TX buffer. drivers/net/wireless/ath9k/ath9k.h | 47 +- drivers/net/wireless/ath9k/beacon.c | 8 +- drivers/net/wireless/ath9k/core.c | 60 +-- drivers/net/wireless/ath9k/core.h | 118 +-- drivers/net/wireless/ath9k/hw.c | 205 +---- drivers/net/wireless/ath9k/mac.c | 4 +- drivers/net/wireless/ath9k/main.c | 148 +--- drivers/net/wireless/ath9k/rc.c | 1700 +++++++++++++---------------------- drivers/net/wireless/ath9k/rc.h | 218 +---- drivers/net/wireless/ath9k/recv.c | 577 +++++-------- drivers/net/wireless/ath9k/xmit.c | 443 +++------ 11 files changed, 1124 insertions(+), 2404 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html