aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-core.h
diff options
context:
space:
mode:
authorWey-Yi Guy <wey-yi.w.guy@intel.com>2010-04-27 17:00:28 -0400
committerReinette Chatre <reinette.chatre@intel.com>2010-05-10 18:08:48 -0400
commit6e5c800e75fad95f2a12d45d9b548b23834a13ff (patch)
tree21b7e2cdac0ecdd9b3c2c4d3e2987a4fb402b938 /drivers/net/wireless/iwlwifi/iwl-core.h
parent4e7033ef491a8447247e77b20626cbc197a2eb83 (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-core.h')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.h b/drivers/net/wireless/iwlwifi/iwl-core.h
index 60d26e4e6ed..5034dc0037a 100644
--- a/drivers/net/wireless/iwlwifi/iwl-core.h
+++ b/drivers/net/wireless/iwlwifi/iwl-core.h
@@ -320,6 +320,7 @@ struct iwl_cfg {
320 bool temperature_kelvin; 320 bool temperature_kelvin;
321 u32 max_event_log_size; 321 u32 max_event_log_size;
322 const bool tx_power_by_driver; 322 const bool tx_power_by_driver;
323 const bool ucode_tracing;
323 u8 scan_antennas[IEEE80211_NUM_BANDS]; 324 u8 scan_antennas[IEEE80211_NUM_BANDS];
324}; 325};
325 326