diff options
author | Stanislaw Gruszka <sgruszka@redhat.com> | 2011-08-05 07:10:34 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-08-22 14:45:57 -0400 |
commit | 69ce674bfa69c55cdf32710d811fa89738eafbef (patch) | |
tree | b33628444ced0fad9f7e170f73af752f427c3d6c /drivers/net/wireless/ath/ath9k/hw.h | |
parent | 3b9cf1be8c4440ae0dd6809bcf3ab6e0e6c54573 (diff) |
ath9k: do btcoex ASPM disabling at initialization time
Disable ASPM in pci ->probe on upstream (device) and downstream
(PCIe port) component. According to e1000e driver authors this is
required. I did not find that requirement in PCIe spec, but it seems
to be logical for me.
This need to be fixed for CONFIG_PCIEASPM, that will be done later ...
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index 2ea10f317183..ee0d9441209b 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h | |||
@@ -1036,10 +1036,6 @@ void ath9k_ani_reset(struct ath_hw *ah, bool is_scanning); | |||
1036 | void ath9k_hw_proc_mib_event(struct ath_hw *ah); | 1036 | void ath9k_hw_proc_mib_event(struct ath_hw *ah); |
1037 | void ath9k_hw_ani_monitor(struct ath_hw *ah, struct ath9k_channel *chan); | 1037 | void ath9k_hw_ani_monitor(struct ath_hw *ah, struct ath9k_channel *chan); |
1038 | 1038 | ||
1039 | #define ATH_PCIE_CAP_LINK_CTRL 0x70 | ||
1040 | #define ATH_PCIE_CAP_LINK_L0S 1 | ||
1041 | #define ATH_PCIE_CAP_LINK_L1 2 | ||
1042 | |||
1043 | #define ATH9K_CLOCK_RATE_CCK 22 | 1039 | #define ATH9K_CLOCK_RATE_CCK 22 |
1044 | #define ATH9K_CLOCK_RATE_5GHZ_OFDM 40 | 1040 | #define ATH9K_CLOCK_RATE_5GHZ_OFDM 40 |
1045 | #define ATH9K_CLOCK_RATE_2GHZ_OFDM 44 | 1041 | #define ATH9K_CLOCK_RATE_2GHZ_OFDM 44 |