2008-08-11 08:43:58

by Sujith

[permalink] [raw]
Subject: [PATCH 00/10] More cleanup

John,

Another round of cleanups.

Sujith

Sujith Manoharan (10):
ath9k: Merge reset functions
ath9k: RX Filter cleanup
ath9k: Use bitfields for buffer type
ath9k: Remove a few unnecessary macros
ath9k: Remove ar5416hal and assign default values directly
ath9k: Unused macros, variables
ath9k: Use a single opmode variable
ath9k: Use bitfields for sc operations
ath9k: Use ah_curchan and remove sc_curchan which is redundant
ath9k: Trim struct ath_softc

drivers/net/wireless/ath9k/ath9k.h | 20 ++--
drivers/net/wireless/ath9k/beacon.c | 32 +++---
drivers/net/wireless/ath9k/core.c | 216 ++++++++++------------------------
drivers/net/wireless/ath9k/core.h | 176 ++++++++++++-----------------
drivers/net/wireless/ath9k/hw.c | 36 +-----
drivers/net/wireless/ath9k/hw.h | 116 +++++++------------
drivers/net/wireless/ath9k/main.c | 36 +++---
drivers/net/wireless/ath9k/rc.c | 6 +-
drivers/net/wireless/ath9k/recv.c | 39 ++++---
drivers/net/wireless/ath9k/xmit.c | 137 ++++++++++++----------
10 files changed, 326 insertions(+), 488 deletions(-)