Skip to content

Commit

Permalink
iwlwifi: fix naming mistake for the fw_monitor module parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Grumbach <[email protected]>
  • Loading branch information
egrumbach committed Jul 6, 2014
1 parent 6e55eed commit 6d6a475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/iwlwifi/iwl-drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1407,5 +1407,5 @@ MODULE_PARM_DESC(power_level,
"default power save level (range from 1 - 5, default: 1)");

module_param_named(fw_monitor, iwlwifi_mod_params.fw_monitor, bool, S_IRUGO);
MODULE_PARM_DESC(dbgm,
MODULE_PARM_DESC(fw_monitor,
"firmware monitor - to debug FW (default: false - needs lots of memory)");

0 comments on commit 6d6a475

Please sign in to comment.