Commit ab72efdf authored by Rafał Miłecki's avatar Rafał Miłecki Committed by John W. Linville
Browse files

b43: N-PHY: enable support for PHYs rev 3 and higher

parent d4814e69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4056,7 +4056,7 @@ static int b43_phy_versioning(struct b43_wldev *dev)
		break;
#ifdef CONFIG_B43_PHY_N
	case B43_PHYTYPE_N:
		if (phy_rev > 2)
		if (phy_rev > 9)
			unsupported = 1;
		break;
#endif