On Sat, Aug 2, 2008 at 4:48 PM, Luis R. Rodriguez <lrodriguez@xxxxxxxxxxx> wrote: > Here's another round of cleanups a few fixes for 2.6.27. And here's the pull request if its easier: The following changes since commit f870390ee6e15ce60ebfcef886b6b55e5f0157a7: Sujith Manoharan (1): Remove some unused macros are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/my-wireless-testing.git ath9k-2008-08-02 Luis R. Rodriguez (3): ath9k: Port to new skb->cb mac80211 changes ath9k: Add initial link quality reporting ath9k: Use u8/u16/u32 Sujith Manoharan (9): ath9k: Fix whitespace damage ath9k: Update rate control after association ath9k: Channel cleanup ath9k: Fix channel registration ath9k: Consolidate channel list ath9k: Pass channel mode when setting a channel ath9k: Channel structure cleanup ath9k: We don't have a HAL anymore :) ath9k: Use standard error codes drivers/net/wireless/ath9k/ath9k.h | 1087 +++++++++++------------ drivers/net/wireless/ath9k/beacon.c | 104 ++-- drivers/net/wireless/ath9k/core.c | 382 ++++---- drivers/net/wireless/ath9k/core.h | 311 +++---- drivers/net/wireless/ath9k/hw.c | 1633 ++++++++++++++++----------------- drivers/net/wireless/ath9k/hw.h | 438 +++++----- drivers/net/wireless/ath9k/initvals.h | 82 +- drivers/net/wireless/ath9k/main.c | 327 +++----- drivers/net/wireless/ath9k/phy.c | 97 +-- drivers/net/wireless/ath9k/phy.h | 16 +- drivers/net/wireless/ath9k/rc.c | 316 ++++---- drivers/net/wireless/ath9k/rc.h | 99 +- drivers/net/wireless/ath9k/recv.c | 64 +- drivers/net/wireless/ath9k/regd.c | 253 +++--- drivers/net/wireless/ath9k/regd.h | 132 ++-- drivers/net/wireless/ath9k/xmit.c | 221 +++--- 16 files changed, 2714 insertions(+), 2848 deletions(-) Luis -- 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