aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-6000.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-6000.c')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-6000.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-6000.c b/drivers/net/wireless/iwlwifi/iwl-6000.c
index 48b2b7d2170c..a9665ce1d658 100644
--- a/drivers/net/wireless/iwlwifi/iwl-6000.c
+++ b/drivers/net/wireless/iwlwifi/iwl-6000.c
@@ -259,6 +259,7 @@ struct iwl_cfg iwl6000h_2agn_cfg = {
259 .shadow_ram_support = true, 259 .shadow_ram_support = true,
260 .ht_greenfield_support = true, 260 .ht_greenfield_support = true,
261 .led_compensation = 51, 261 .led_compensation = 51,
262 .use_rts_for_ht = true, /* use rts/cts protection */
262}; 263};
263 264
264/* 265/*
@@ -283,6 +284,7 @@ struct iwl_cfg iwl6000i_2agn_cfg = {
283 .shadow_ram_support = true, 284 .shadow_ram_support = true,
284 .ht_greenfield_support = true, 285 .ht_greenfield_support = true,
285 .led_compensation = 51, 286 .led_compensation = 51,
287 .use_rts_for_ht = true, /* use rts/cts protection */
286}; 288};
287 289
288struct iwl_cfg iwl6050_2agn_cfg = { 290struct iwl_cfg iwl6050_2agn_cfg = {
@@ -304,6 +306,7 @@ struct iwl_cfg iwl6050_2agn_cfg = {
304 .shadow_ram_support = true, 306 .shadow_ram_support = true,
305 .ht_greenfield_support = true, 307 .ht_greenfield_support = true,
306 .led_compensation = 51, 308 .led_compensation = 51,
309 .use_rts_for_ht = true, /* use rts/cts protection */
307}; 310};
308 311
309struct iwl_cfg iwl6000_3agn_cfg = { 312struct iwl_cfg iwl6000_3agn_cfg = {
@@ -325,6 +328,7 @@ struct iwl_cfg iwl6000_3agn_cfg = {
325 .shadow_ram_support = true, 328 .shadow_ram_support = true,
326 .ht_greenfield_support = true, 329 .ht_greenfield_support = true,
327 .led_compensation = 51, 330 .led_compensation = 51,
331 .use_rts_for_ht = true, /* use rts/cts protection */
328}; 332};
329 333
330struct iwl_cfg iwl6050_3agn_cfg = { 334struct iwl_cfg iwl6050_3agn_cfg = {
@@ -346,6 +350,7 @@ struct iwl_cfg iwl6050_3agn_cfg = {
346 .shadow_ram_support = true, 350 .shadow_ram_support = true,
347 .ht_greenfield_support = true, 351 .ht_greenfield_support = true,
348 .led_compensation = 51, 352 .led_compensation = 51,
353 .use_rts_for_ht = true, /* use rts/cts protection */
349}; 354};
350 355
351MODULE_FIRMWARE(IWL6000_MODULE_FIRMWARE(IWL6000_UCODE_API_MAX)); 356MODULE_FIRMWARE(IWL6000_MODULE_FIRMWARE(IWL6000_UCODE_API_MAX));