diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-04-27 17:00:28 -0400 |
---|---|---|
committer | Reinette Chatre <reinette.chatre@intel.com> | 2010-05-10 18:08:48 -0400 |
commit | 6e5c800e75fad95f2a12d45d9b548b23834a13ff (patch) | |
tree | 21b7e2cdac0ecdd9b3c2c4d3e2987a4fb402b938 /drivers/net/wireless/iwlwifi/iwl-4965.c | |
parent | 4e7033ef491a8447247e77b20626cbc197a2eb83 (diff) |
iwlwifi: use .cfg to enable/disable continuous ucode trace
Instead of checking device type for enable/disable continuous ucode
trace function; put it in .cfg for better control and more
flexibilities.
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-4965.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.c b/drivers/net/wireless/iwlwifi/iwl-4965.c index 460aea3240c..a756fd4838d 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965.c +++ b/drivers/net/wireless/iwlwifi/iwl-4965.c | |||
@@ -2263,7 +2263,7 @@ struct iwl_cfg iwl4965_agn_cfg = { | |||
2263 | .temperature_kelvin = true, | 2263 | .temperature_kelvin = true, |
2264 | .max_event_log_size = 512, | 2264 | .max_event_log_size = 512, |
2265 | .tx_power_by_driver = true, | 2265 | .tx_power_by_driver = true, |
2266 | 2266 | .ucode_tracing = true, | |
2267 | /* | 2267 | /* |
2268 | * Force use of chains B and C for scan RX on 5 GHz band | 2268 | * Force use of chains B and C for scan RX on 5 GHz band |
2269 | * because the device has off-channel reception on chain A. | 2269 | * because the device has off-channel reception on chain A. |