commit | a875621ec15318f0ba35907726ee2cb9e9e0c6b7 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Wed Dec 05 13:51:19 2012 -0700 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Fri Dec 07 12:10:50 2012 -0700 |
tree | 25c8ccf69d97b845bc534b5be498ee0affe429d5 | |
parent | 438a0f0a1faa3dd00c0460e8232cd712215a6d46 [diff] |
ath9k: Use standard #defines for PCIe Capability ASPM fields Use the standard #defines for PCIe Capability ASPM fields. Previously we used PCIE_LINK_STATE_L0S and PCIE_LINK_STATE_L1 directly, but these are defined for the Linux ASPM interfaces, e.g., pci_disable_link_state(), and only coincidentally match the actual register bits. PCIE_LINK_STATE_CLKPM, also part of that interface, does not match the register bit. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>