These are a few cleanups targeting 2.6.34. Driver will now return "unsupported" if receiving IEEE80211_AMPDU_TX_OPERATIONAL from mac80211. The statistics data structure is updated to use a field previously marked as "reserved". An obsolete host command is removed. This series also includes a fix to use correct information when updating byte count table. Wey-Yi Guy (4): iwlwifi: add IEEE80211_AMPDU_TX_OPERATIONAL iwlwifi: ucode statistics data structure update iwlwifi: remove obsoleted host command iwlwifi: fix bug in tx byte count table drivers/net/wireless/iwlwifi/iwl-5000.c | 8 ++++---- drivers/net/wireless/iwlwifi/iwl-agn.c | 3 +++ drivers/net/wireless/iwlwifi/iwl-commands.h | 7 +++---- drivers/net/wireless/iwlwifi/iwl-debugfs.c | 3 +++ drivers/net/wireless/iwlwifi/iwl-hcmd.c | 1 - 5 files changed, 13 insertions(+), 9 deletions(-) These patches are also available from wireless-next-2.6 branch on git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git I had some problems compiling wireless-next-2.6 as I ran into the problem described in http://patchwork.kernel.org/patch/68463/ . I assume that the "CONFIG_KPROBES=n" relies on patch "[PATCH] x86: compile insn.c and inat.c only for KPROBES", which is not present in wireless-next-2.6. I am using gawk. For testing I manually applied this patch and disabled kprobes to be able to build. Thank you Reinette -- 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