diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-04-01 19:35:10 -0400 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-04-08 11:00:46 -0400 |
commit | ee3cd7e04ca08ff0ec1ebb96be7e64aef928f511 (patch) | |
tree | ab1e74485b9080b2d5fd66f134e3fbd5d2d7c0e2 | |
parent | ab4bf5ef5afce9d31cf5cf05ac80b3b01cbb24a3 (diff) |
iwlagn: cleanup to remove the reference for 3945
More clean up after driver split
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.c b/drivers/net/wireless/iwlwifi/iwl-core.c index b5a06549b2a5..4c7649960983 100644 --- a/drivers/net/wireless/iwlwifi/iwl-core.c +++ b/drivers/net/wireless/iwlwifi/iwl-core.c | |||
@@ -1049,7 +1049,6 @@ int iwl_apm_init(struct iwl_priv *priv) | |||
1049 | /* | 1049 | /* |
1050 | * Enable HAP INTA (interrupt from management bus) to | 1050 | * Enable HAP INTA (interrupt from management bus) to |
1051 | * wake device's PCI Express link L1a -> L0s | 1051 | * wake device's PCI Express link L1a -> L0s |
1052 | * NOTE: This is no-op for 3945 (non-existant bit) | ||
1053 | */ | 1052 | */ |
1054 | iwl_set_bit(priv, CSR_HW_IF_CONFIG_REG, | 1053 | iwl_set_bit(priv, CSR_HW_IF_CONFIG_REG, |
1055 | CSR_HW_IF_CONFIG_REG_BIT_HAP_WAKE_L1A); | 1054 | CSR_HW_IF_CONFIG_REG_BIT_HAP_WAKE_L1A); |