Commit d01032e4fd33110f9f3a085a36cb819c1dfc5827

Authored by Wey-Yi Guy
Committed by John W. Linville
1 parent 73871f7181

iwlwifi: Fix issue on file transfer stalled in HT mode

Turn on RTS/CTS for HT to prevent uCode TX fifo underrun

This is fix for
http://bugzilla.intellinuxwireless.org/show_bug.cgi?id=2103

Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Tested-by: Jiajia Zheng <jiajia.zheng@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Cc: stable@kernel.org
Signed-off-by: John W. Linville <linville@tuxdriver.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/net/wireless/iwlwifi/iwl-1000.c
... ... @@ -161,5 +161,6 @@
161 161 .max_ll_items = OTP_MAX_LL_ITEMS_1000,
162 162 .shadow_ram_support = false,
163 163 .ht_greenfield_support = true,
  164 + .use_rts_for_ht = true, /* use rts/cts protection */
164 165 };