diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-01-25 13:41:19 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-01-29 10:54:43 +0200 |
commit | 8be08a39d498d5d93ff5149276e34ccb4ec3757f (patch) | |
tree | 9c78047b907bb21e9eb0e5ee6cfece01190e8c07 /include/linux/bcma/bcma.h | |
parent | b504075f5903b969a54ef3a6ae994c0872edb259 (diff) | |
download | lwn-8be08a39d498d5d93ff5149276e34ccb4ec3757f.tar.gz lwn-8be08a39d498d5d93ff5149276e34ccb4ec3757f.zip |
bcma: implement host code support for PCIe Gen 2 devices
This is stil incomplete, so we don't add PCI IDs of new devices yet.
Purpose of this patch is to allow testing & adjusting rest of the code.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'include/linux/bcma/bcma.h')
-rw-r--r-- | include/linux/bcma/bcma.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/bcma/bcma.h b/include/linux/bcma/bcma.h index eb1c6a47b67f..994739da827f 100644 --- a/include/linux/bcma/bcma.h +++ b/include/linux/bcma/bcma.h @@ -318,6 +318,7 @@ struct bcma_bus { const struct bcma_host_ops *ops; enum bcma_hosttype hosttype; + bool host_is_pcie2; /* Used for BCMA_HOSTTYPE_PCI only */ union { /* Pointer to the PCI bus (only for BCMA_HOSTTYPE_PCI) */ struct pci_dev *host_pci; |