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>
This commit is contained in:

committed by
John W. Linville

orang tua
3cdf0a81ab
melakukan
a67d19d4c5
@@ -4982,7 +4982,8 @@ static void b43_nphy_int_pa_set_tx_dig_filters(struct b43_wldev *dev)
|
||||
if (dev->phy.rev == 16)
|
||||
b43_nphy_pa_set_tx_dig_filter(dev, 0x186, dig_filter_phy_rev16);
|
||||
|
||||
if (dev->dev->chip_id == BCMA_CHIP_ID_BCM43217) {
|
||||
/* Verified with BCM43131 and BCM43217 */
|
||||
if (dev->phy.rev == 17) {
|
||||
b43_nphy_pa_set_tx_dig_filter(dev, 0x186, dig_filter_phy_rev16);
|
||||
b43_nphy_pa_set_tx_dig_filter(dev, 0x195,
|
||||
tbl_tx_filter_coef_rev4[1]);
|
||||
|
Reference in New Issue
Block a user