Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58346
b: refs/heads/master
c: 77548f5
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Jeff Garzik committed Jul 9, 2007
1 parent b6078d1 commit f4a1cd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: aaf83d4fc4a596929306c894d341e17fbdfba758
refs/heads/master: 77548f58070894cf5970a110981e511ffe793369
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/bcm43xx/bcm43xx_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1638,7 +1638,7 @@ void bcm43xx_phy_set_baseband_attenuation(struct bcm43xx_private *bcm,
return;
}

if (phy->analog > 1) {
if (phy->analog == 1) {
value = bcm43xx_phy_read(bcm, 0x0060) & ~0x003C;
value |= (baseband_attenuation << 2) & 0x003C;
} else {
Expand Down

0 comments on commit f4a1cd2

Please sign in to comment.