From: Bjorn Helgaas Date: Wed, 5 Dec 2012 20:51:19 +0000 (-0700) Subject: ath9k: Use standard #defines for PCIe Capability ASPM fields X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~34^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a875621ec15318f0ba35907726ee2cb9e9e0c6b7;p=pandora-kernel.git 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 --- Reading git-diff-tree failed