diff options
author | Reinette Chatre <reinette.chatre@intel.com> | 2008-04-15 00:16:12 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-04-16 15:59:59 -0400 |
commit | eadd3c4b9a90e31d5b6034a8813bfabecbe48681 (patch) | |
tree | 08266460ff3743742f783af7504d06ffc97cbe81 /drivers/net/wireless/iwlwifi/iwl-4965.h | |
parent | 51dbfd1d59b0f55aef2105e06f770f3a97fc4e3a (diff) |
iwlwifi: make Makefile more concise
Also change CONFIG_IWLCORE_RFKILL to CONFIG_IWLWIFI_RFKILL to
be more consistent with other config variables.
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Acked-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-4965.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.h b/drivers/net/wireless/iwlwifi/iwl-4965.h index daf157adf24e..17c4bcfe113b 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965.h +++ b/drivers/net/wireless/iwlwifi/iwl-4965.h | |||
@@ -1034,7 +1034,7 @@ struct iwl_priv { | |||
1034 | * 4965's initialize alive response contains some calibration data. */ | 1034 | * 4965's initialize alive response contains some calibration data. */ |
1035 | struct iwl4965_init_alive_resp card_alive_init; | 1035 | struct iwl4965_init_alive_resp card_alive_init; |
1036 | struct iwl4965_alive_resp card_alive; | 1036 | struct iwl4965_alive_resp card_alive; |
1037 | #ifdef CONFIG_IWLCORE_RFKILL | 1037 | #ifdef CONFIG_IWLWIFI_RFKILL |
1038 | struct iwl_rfkill_mngr rfkill_mngr; | 1038 | struct iwl_rfkill_mngr rfkill_mngr; |
1039 | #endif | 1039 | #endif |
1040 | 1040 | ||