We include a much anticipated fix for an issue introduced that broke multicast. This was particularly severe in 3945. Some references about this issue: https://bugzilla.kernel.org/show_bug.cgi?id=16235 http://marc.info/?l=linux-kernel&m=127653628301300&w=2 http://thread.gmane.org/gmane.linux.kernel.wireless.general/51614 The second fix is a required change to make all of our current RTS/CTS settings take effect. Previously we would only modify the RXON setting, but this setting would only be viewed by firmware if the TX flags have the TX_CMD_FLAG_PROT_REQUIRE_MSK bit set, which we have not done until now. These patches are also available from wireless-2.6 branch on git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git Johannes Berg (1): iwlwifi: fix multicast Wey-Yi Guy (1): iwlwifi: set TX_CMD_FLAG_PROT_REQUIRE_MSK in tx_flag drivers/net/wireless/iwlwifi/iwl-agn-hcmd.c | 6 +----- drivers/net/wireless/iwlwifi/iwl-core.c | 7 ++++++- 2 files changed, 7 insertions(+), 6 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