diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-07-24 15:29:18 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-07-29 10:32:57 -0400 |
commit | a67d19d4c5b92853550dc20f4afce8c914a8ea0b (patch) | |
tree | 08d8340234268b3ad20c227b53ff24454a3181c0 /include/linux/bcma | |
parent | 3cdf0a81ab22f64d6160072d52afd29f5f8f4da6 (diff) | |
download | op-kernel-dev-a67d19d4c5b92853550dc20f4afce8c914a8ea0b.zip op-kernel-dev-a67d19d4c5b92853550dc20f4afce8c914a8ea0b.tar.gz |
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')
-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 969af0f..70b8d88 100644 --- a/include/linux/bcma/bcma.h +++ b/include/linux/bcma/bcma.h @@ -158,6 +158,7 @@ struct bcma_host_ops { /* Chip IDs of PCIe devices */ #define BCMA_CHIP_ID_BCM4313 0x4313 #define BCMA_CHIP_ID_BCM43142 43142 +#define BCMA_CHIP_ID_BCM43131 43131 #define BCMA_CHIP_ID_BCM43217 43217 #define BCMA_CHIP_ID_BCM43222 43222 #define BCMA_CHIP_ID_BCM43224 43224 |