Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ddd21046 authored by John W. Linville's avatar John W. Linville Committed by David S. Miller
Browse files

iwlwifi: fix iwl1000 "RTS/CTS for HT" merge damage



I may have botched my merge conflict resolution instructions for Dave...

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2071a008
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,
};