diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-6000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-6000.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-6000.c b/drivers/net/wireless/iwlwifi/iwl-6000.c index 5211872da880..0873322755aa 100644 --- a/drivers/net/wireless/iwlwifi/iwl-6000.c +++ b/drivers/net/wireless/iwlwifi/iwl-6000.c | |||
@@ -277,6 +277,7 @@ struct iwl_cfg iwl6000h_2agn_cfg = { | |||
277 | .use_rts_for_ht = true, /* use rts/cts protection */ | 277 | .use_rts_for_ht = true, /* use rts/cts protection */ |
278 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, | 278 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, |
279 | .supports_idle = true, | 279 | .supports_idle = true, |
280 | .adv_thermal_throttle = true, | ||
280 | }; | 281 | }; |
281 | 282 | ||
282 | struct iwl_cfg iwl6000h_2abg_cfg = { | 283 | struct iwl_cfg iwl6000h_2abg_cfg = { |
@@ -304,6 +305,7 @@ struct iwl_cfg iwl6000h_2abg_cfg = { | |||
304 | .led_compensation = 51, | 305 | .led_compensation = 51, |
305 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, | 306 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, |
306 | .supports_idle = true, | 307 | .supports_idle = true, |
308 | .adv_thermal_throttle = true, | ||
307 | }; | 309 | }; |
308 | 310 | ||
309 | struct iwl_cfg iwl6000h_2bg_cfg = { | 311 | struct iwl_cfg iwl6000h_2bg_cfg = { |
@@ -331,6 +333,7 @@ struct iwl_cfg iwl6000h_2bg_cfg = { | |||
331 | .led_compensation = 51, | 333 | .led_compensation = 51, |
332 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, | 334 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, |
333 | .supports_idle = true, | 335 | .supports_idle = true, |
336 | .adv_thermal_throttle = true, | ||
334 | }; | 337 | }; |
335 | 338 | ||
336 | /* | 339 | /* |
@@ -362,6 +365,7 @@ struct iwl_cfg iwl6000i_2agn_cfg = { | |||
362 | .use_rts_for_ht = true, /* use rts/cts protection */ | 365 | .use_rts_for_ht = true, /* use rts/cts protection */ |
363 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, | 366 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, |
364 | .supports_idle = true, | 367 | .supports_idle = true, |
368 | .adv_thermal_throttle = true, | ||
365 | }; | 369 | }; |
366 | 370 | ||
367 | struct iwl_cfg iwl6000i_2abg_cfg = { | 371 | struct iwl_cfg iwl6000i_2abg_cfg = { |
@@ -389,6 +393,7 @@ struct iwl_cfg iwl6000i_2abg_cfg = { | |||
389 | .led_compensation = 51, | 393 | .led_compensation = 51, |
390 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, | 394 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, |
391 | .supports_idle = true, | 395 | .supports_idle = true, |
396 | .adv_thermal_throttle = true, | ||
392 | }; | 397 | }; |
393 | 398 | ||
394 | struct iwl_cfg iwl6000i_2bg_cfg = { | 399 | struct iwl_cfg iwl6000i_2bg_cfg = { |
@@ -416,6 +421,7 @@ struct iwl_cfg iwl6000i_2bg_cfg = { | |||
416 | .led_compensation = 51, | 421 | .led_compensation = 51, |
417 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, | 422 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, |
418 | .supports_idle = true, | 423 | .supports_idle = true, |
424 | .adv_thermal_throttle = true, | ||
419 | }; | 425 | }; |
420 | 426 | ||
421 | struct iwl_cfg iwl6050_2agn_cfg = { | 427 | struct iwl_cfg iwl6050_2agn_cfg = { |
@@ -444,6 +450,7 @@ struct iwl_cfg iwl6050_2agn_cfg = { | |||
444 | .use_rts_for_ht = true, /* use rts/cts protection */ | 450 | .use_rts_for_ht = true, /* use rts/cts protection */ |
445 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, | 451 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, |
446 | .supports_idle = true, | 452 | .supports_idle = true, |
453 | .adv_thermal_throttle = true, | ||
447 | }; | 454 | }; |
448 | 455 | ||
449 | struct iwl_cfg iwl6050_2abg_cfg = { | 456 | struct iwl_cfg iwl6050_2abg_cfg = { |
@@ -471,6 +478,7 @@ struct iwl_cfg iwl6050_2abg_cfg = { | |||
471 | .led_compensation = 51, | 478 | .led_compensation = 51, |
472 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, | 479 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, |
473 | .supports_idle = true, | 480 | .supports_idle = true, |
481 | .adv_thermal_throttle = true, | ||
474 | }; | 482 | }; |
475 | 483 | ||
476 | struct iwl_cfg iwl6000_3agn_cfg = { | 484 | struct iwl_cfg iwl6000_3agn_cfg = { |
@@ -499,6 +507,7 @@ struct iwl_cfg iwl6000_3agn_cfg = { | |||
499 | .use_rts_for_ht = true, /* use rts/cts protection */ | 507 | .use_rts_for_ht = true, /* use rts/cts protection */ |
500 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, | 508 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, |
501 | .supports_idle = true, | 509 | .supports_idle = true, |
510 | .adv_thermal_throttle = true, | ||
502 | }; | 511 | }; |
503 | 512 | ||
504 | struct iwl_cfg iwl6050_3agn_cfg = { | 513 | struct iwl_cfg iwl6050_3agn_cfg = { |
@@ -527,6 +536,7 @@ struct iwl_cfg iwl6050_3agn_cfg = { | |||
527 | .use_rts_for_ht = true, /* use rts/cts protection */ | 536 | .use_rts_for_ht = true, /* use rts/cts protection */ |
528 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, | 537 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, |
529 | .supports_idle = true, | 538 | .supports_idle = true, |
539 | .adv_thermal_throttle = true, | ||
530 | }; | 540 | }; |
531 | 541 | ||
532 | MODULE_FIRMWARE(IWL6000_MODULE_FIRMWARE(IWL6000_UCODE_API_MAX)); | 542 | MODULE_FIRMWARE(IWL6000_MODULE_FIRMWARE(IWL6000_UCODE_API_MAX)); |