Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134059
b: refs/heads/master
c: bb519be
h: refs/heads/master
i:
  134057: 029dcbb
  134055: f5ed85d
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Jan 29, 2009
1 parent 7d0c6b7 commit 2d6bd2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cb33c4126ba9825b047463352d12dc3ed983d320
refs/heads/master: bb519bee07eed4fac9921ad658fb1f7ed78defb5
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/b43/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3752,7 +3752,7 @@ static int b43_phy_versioning(struct b43_wldev *dev)
break;
#ifdef CONFIG_B43_NPHY
case B43_PHYTYPE_N:
if (phy_rev > 1)
if (phy_rev > 4)
unsupported = 1;
break;
#endif
Expand Down Expand Up @@ -3805,7 +3805,7 @@ static int b43_phy_versioning(struct b43_wldev *dev)
unsupported = 1;
break;
case B43_PHYTYPE_N:
if (radio_ver != 0x2055)
if (radio_ver != 0x2055 && radio_ver != 0x2056)
unsupported = 1;
break;
default:
Expand Down

0 comments on commit 2d6bd2d

Please sign in to comment.