Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243699
b: refs/heads/master
c: 3bda50e
h: refs/heads/master
i:
  243697: 4fd9c7f
  243695: f368a0e
v: v3
  • Loading branch information
Stanislaw Gruszka authored and John W. Linville committed Mar 29, 2011
1 parent 5d359a9 commit b2df20a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 499fe9a419d43410be576bcc825658997b6ce822
refs/heads/master: 3bda50e3eaf58a4b9c4ce34204e5faa15c8b1b97
6 changes: 2 additions & 4 deletions trunk/drivers/net/wireless/iwlegacy/iwl3945-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -3960,8 +3960,7 @@ static int iwl3945_pci_probe(struct pci_dev *pdev, const struct pci_device_id *e
* "the hard way", rather than using device's scan.
*/
if (iwl3945_mod_params.disable_hw_scan) {
dev_printk(KERN_DEBUG, &(pdev->dev),
"sw scan support is deprecated\n");
IWL_DEBUG_INFO(priv, "Disabling hw_scan\n");
iwl3945_hw_ops.hw_scan = NULL;
}

Expand Down Expand Up @@ -4280,8 +4279,7 @@ MODULE_PARM_DESC(swcrypto,
"using software crypto (default 1 [software])");
module_param_named(disable_hw_scan, iwl3945_mod_params.disable_hw_scan,
int, S_IRUGO);
MODULE_PARM_DESC(disable_hw_scan,
"disable hardware scanning (default 0) (deprecated)");
MODULE_PARM_DESC(disable_hw_scan, "disable hardware scanning (default 0)");
#ifdef CONFIG_IWLWIFI_LEGACY_DEBUG
module_param_named(debug, iwlegacy_debug_level, uint, S_IRUGO | S_IWUSR);
MODULE_PARM_DESC(debug, "debug output mask");
Expand Down

0 comments on commit b2df20a

Please sign in to comment.