diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-06-10 14:23:36 -0400 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-06-18 11:17:29 -0400 |
commit | d57fa99d91bd6e8ca8217c115824b2732f4d3639 (patch) | |
tree | ef68724476bd1b325927fae76b4b4fe15f9ab933 /drivers/net/wireless/iwlwifi/iwl-agn-hw.h | |
parent | 795414db8607a195541fe1a8f072021011b73386 (diff) |
iwlagn: move PCI power related functions to the PCI layer
Continue to popule the PCI layer and the iwl_bus_ops with the power related
stuff.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-agn-hw.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-agn-hw.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-agn-hw.h b/drivers/net/wireless/iwlwifi/iwl-agn-hw.h index 7bd19f4e66de..0e5b842529c4 100644 --- a/drivers/net/wireless/iwlwifi/iwl-agn-hw.h +++ b/drivers/net/wireless/iwlwifi/iwl-agn-hw.h | |||
@@ -81,13 +81,6 @@ | |||
81 | /* RSSI to dBm */ | 81 | /* RSSI to dBm */ |
82 | #define IWLAGN_RSSI_OFFSET 44 | 82 | #define IWLAGN_RSSI_OFFSET 44 |
83 | 83 | ||
84 | /* PCI registers */ | ||
85 | #define PCI_CFG_RETRY_TIMEOUT 0x041 | ||
86 | |||
87 | /* PCI register values */ | ||
88 | #define PCI_CFG_LINK_CTRL_VAL_L0S_EN 0x01 | ||
89 | #define PCI_CFG_LINK_CTRL_VAL_L1_EN 0x02 | ||
90 | |||
91 | #define IWLAGN_DEFAULT_TX_RETRY 15 | 84 | #define IWLAGN_DEFAULT_TX_RETRY 15 |
92 | 85 | ||
93 | /* Limit range of txpower output target to be between these values */ | 86 | /* Limit range of txpower output target to be between these values */ |