diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2009-11-13 14:56:24 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-11-18 17:09:02 -0500 |
commit | 85bb174a386850c8a43e8d107af47de3c910be03 (patch) | |
tree | e88fd966209665043cf941a9022fb8cf077d5b7a | |
parent | 85f0d9e87794818356146996826b829100daa6bc (diff) |
iwlwifi: disable coex until implementation ready for 6x50
Temporary disable the coex function for wifi/wimax for 6x50
series until the full implementation ready.
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-6000.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-6000.c b/drivers/net/wireless/iwlwifi/iwl-6000.c index f732f6d194a0..72ed944843b0 100644 --- a/drivers/net/wireless/iwlwifi/iwl-6000.c +++ b/drivers/net/wireless/iwlwifi/iwl-6000.c | |||
@@ -395,7 +395,6 @@ struct iwl_cfg iwl6050_2agn_cfg = { | |||
395 | .adv_thermal_throttle = true, | 395 | .adv_thermal_throttle = true, |
396 | .support_ct_kill_exit = true, | 396 | .support_ct_kill_exit = true, |
397 | .support_sm_ps = true, | 397 | .support_sm_ps = true, |
398 | .support_wimax_coexist = true, | ||
399 | }; | 398 | }; |
400 | 399 | ||
401 | struct iwl_cfg iwl6050_2abg_cfg = { | 400 | struct iwl_cfg iwl6050_2abg_cfg = { |
@@ -425,7 +424,6 @@ struct iwl_cfg iwl6050_2abg_cfg = { | |||
425 | .supports_idle = true, | 424 | .supports_idle = true, |
426 | .adv_thermal_throttle = true, | 425 | .adv_thermal_throttle = true, |
427 | .support_ct_kill_exit = true, | 426 | .support_ct_kill_exit = true, |
428 | .support_wimax_coexist = true, | ||
429 | }; | 427 | }; |
430 | 428 | ||
431 | struct iwl_cfg iwl6000_3agn_cfg = { | 429 | struct iwl_cfg iwl6000_3agn_cfg = { |