diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-07-24 09:29:18 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-07-29 10:32:57 -0400 |
commit | a67d19d4c5b92853550dc20f4afce8c914a8ea0b (patch) | |
tree | 08d8340234268b3ad20c227b53ff24454a3181c0 /include/linux/bcma/bcma.h | |
parent | 3cdf0a81ab22f64d6160072d52afd29f5f8f4da6 (diff) |
b43: add support for BCM43131 chipset with N-PHY rev 17
It contains radio 0x2057 rev 14 just like a BCM43217, so it doesn't
require any magic. The main difference is that BCM4313 is 1x1:1.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
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 969af0f2bdf9..70b8d88b3982 100644 --- a/include/linux/bcma/bcma.h +++ b/include/linux/bcma/bcma.h | |||
@@ -158,6 +158,7 @@ struct bcma_host_ops { | |||
158 | /* Chip IDs of PCIe devices */ | 158 | /* Chip IDs of PCIe devices */ |
159 | #define BCMA_CHIP_ID_BCM4313 0x4313 | 159 | #define BCMA_CHIP_ID_BCM4313 0x4313 |
160 | #define BCMA_CHIP_ID_BCM43142 43142 | 160 | #define BCMA_CHIP_ID_BCM43142 43142 |
161 | #define BCMA_CHIP_ID_BCM43131 43131 | ||
161 | #define BCMA_CHIP_ID_BCM43217 43217 | 162 | #define BCMA_CHIP_ID_BCM43217 43217 |
162 | #define BCMA_CHIP_ID_BCM43222 43222 | 163 | #define BCMA_CHIP_ID_BCM43222 43222 |
163 | #define BCMA_CHIP_ID_BCM43224 43224 | 164 | #define BCMA_CHIP_ID_BCM43224 43224 |