This is a backport of: commit 130f1b8f35f14d27c43da755f3c9226318c17f57 Author: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> Date: Wed Dec 26 10:39:23 2012 -0700 PCI: Add PCIe Link Capability link speed and width names Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- include/linux/compat-3.8.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/include/linux/compat-3.8.h b/include/linux/compat-3.8.h index c913188..545e9f0 100644 --- a/include/linux/compat-3.8.h +++ b/include/linux/compat-3.8.h @@ -105,6 +105,17 @@ static inline int compat_efi_enabled(int facility) #define efi_enabled(facility) compat_efi_enabled(facility) #endif /* EFI_BOOT */ +/* This backports: + * + * commit 130f1b8f35f14d27c43da755f3c9226318c17f57 + * Author: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> + * Date: Wed Dec 26 10:39:23 2012 -0700 + * + * PCI: Add PCIe Link Capability link speed and width names + */ +#define PCI_EXP_LNKCAP_SLS_2_5GB 0x1 /* LNKCAP2 SLS Vector bit 0 (2.5GT/s) */ +#define PCI_EXP_LNKCAP_SLS_5_0GB 0x2 /* LNKCAP2 SLS Vector bit 1 (5.0GT/s) */ + #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(3,8,0)) */ #endif /* LINUX_3_8_COMPAT_H */ -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html