From: Reinette Chatre <reinette.chatre@xxxxxxxxx> The device configuration being changed here only affects devices that cannot to N mode. Setting this HT only value is thus not needed. Signed-off-by: Reinette Chatre <reinette.chatre@xxxxxxxxx> --- This seems to be a merge problem introduced by iwlwifi's usage of the iwl_cfg structure ... when these structures gets too long and they have too many duplicate initializations there is trouble for correct patch merging. The problem does not exist in wireless-next-2.6, but does in wireless-testing. This patch is thus only for wireless-testing. drivers/net/wireless/iwlwifi/iwl-1000.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/net/wireless/iwlwifi/iwl-1000.c b/drivers/net/wireless/iwlwifi/iwl-1000.c index 325b244..59f2332 100644 --- a/drivers/net/wireless/iwlwifi/iwl-1000.c +++ b/drivers/net/wireless/iwlwifi/iwl-1000.c @@ -198,7 +198,6 @@ struct iwl_cfg iwl1000_bg_cfg = { .shadow_ram_support = false, .ht_greenfield_support = true, .led_compensation = 51, - .use_rts_for_ht = true, /* use rts/cts protection */ .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, .support_ct_kill_exit = true, }; -- 1.5.6.3 -- 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