Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36527
b: refs/heads/master
c: 8aeb9fc
h: refs/heads/master
i:
  36525: eb281a8
  36523: b86a72d
  36519: 7e4518f
  36511: 7c7f1a7
v: v3
  • Loading branch information
Larry Finger authored and John W. Linville committed Sep 25, 2006
1 parent 9c91cff commit fd7e252
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: b2f206f4a711b0b1e6d3cdca52e919a986aceada
refs/heads/master: 8aeb9fc5699f1b3c64ba152910f7c5c075c3a93a
7 changes: 4 additions & 3 deletions trunk/drivers/net/wireless/bcm43xx/bcm43xx_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2405,9 +2405,10 @@ static int bcm43xx_chip_init(struct bcm43xx_private *bcm)
BCM43xx_UCODE_TIME) & 0x1f);

if ( value16 > 0x128 ) {
dprintk(KERN_ERR PFX
"Firmware: no support for microcode rev > 0x128\n");
err = -1;
printk(KERN_ERR PFX
"Firmware: no support for microcode extracted "
"from version 4.x binary drivers.\n");
err = -EOPNOTSUPP;
goto err_release_fw;
}

Expand Down

0 comments on commit fd7e252

Please sign in to comment.