Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 49007
b: refs/heads/master
c: 95c7779
h: refs/heads/master
i:
  49005: bdad973
  49003: 90b7468
  48999: 06b66df
  48991: d0dcb40
v: v3
  • Loading branch information
Michael Buesch authored and John W. Linville committed Feb 7, 2007
1 parent 4123698 commit bec77fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: d1dbd283d68cace314edd186cf530324186dd26e
refs/heads/master: 95c777956d64c60631a637eb9a142fea88fb1e78
6 changes: 1 addition & 5 deletions trunk/drivers/net/wireless/bcm43xx/bcm43xx_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,9 @@ static int modparam_noleds;
module_param_named(noleds, modparam_noleds, int, 0444);
MODULE_PARM_DESC(noleds, "Turn off all LED activity");

#ifdef CONFIG_BCM43XX_DEBUG
static char modparam_fwpostfix[64];
module_param_string(fwpostfix, modparam_fwpostfix, 64, 0444);
MODULE_PARM_DESC(fwpostfix, "Postfix for .fw files. Useful for debugging.");
#else
# define modparam_fwpostfix ""
#endif /* CONFIG_BCM43XX_DEBUG*/
MODULE_PARM_DESC(fwpostfix, "Postfix for .fw files. Useful for using multiple firmware image versions.");


/* If you want to debug with just a single device, enable this,
Expand Down

0 comments on commit bec77fa

Please sign in to comment.