b43: N-PHY: enable support for PHYs rev 3 and higher
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
d4814e69ee
commit
ab72efdf10
@ -4056,7 +4056,7 @@ static int b43_phy_versioning(struct b43_wldev *dev)
|
|||||||
break;
|
break;
|
||||||
#ifdef CONFIG_B43_PHY_N
|
#ifdef CONFIG_B43_PHY_N
|
||||||
case B43_PHYTYPE_N:
|
case B43_PHYTYPE_N:
|
||||||
if (phy_rev > 2)
|
if (phy_rev > 9)
|
||||||
unsupported = 1;
|
unsupported = 1;
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user