iwlwifi: fix iwl1000 "RTS/CTS for HT" merge damage
authorJohn W. Linville <linville@tuxdriver.com>
Wed, 11 Nov 2009 21:04:42 +0000 (13:04 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Nov 2009 21:04:42 +0000 (13:04 -0800)
I may have botched my merge conflict resolution instructions for Dave...

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wireless/iwlwifi/iwl-1000.c

index 1e387b9..8f82537 100644 (file)
@@ -170,6 +170,7 @@ struct iwl_cfg iwl1000_bgn_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,
 };