]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
b43: N-PHY: enable support for PHYs rev 3 and higher
authorRafał Miłecki <zajec5@gmail.com>
Tue, 21 Dec 2010 20:29:44 +0000 (21:29 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 22 Dec 2010 20:43:30 +0000 (15:43 -0500)
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43/main.c

index 5fb0bc6710f6e98fee266404ec727800ca8a960e..22bc9f17f634dff29054bd38ad2d99e684f078ca 100644 (file)
@@ -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