Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203076
b: refs/heads/master
c: c086aba
h: refs/heads/master
v: v3
  • Loading branch information
ubuntu@tjworld.net authored and John W. Linville committed Jun 16, 2010
1 parent b69c8cd commit 9f7e403
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 7484bdc0569b3f9ddced42ed8d29de640135d9df
refs/heads/master: c086abae5baa2df449ea5247011e8b7d52bb13f4
2 changes: 1 addition & 1 deletion trunk/Documentation/networking/README.ipw2200
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Where the supported parameter are:

led
Can be used to turn on experimental LED code.
0 = Off, 1 = On. Default is 0.
0 = Off, 1 = On. Default is 1.

mode
Can be used to set the default mode of the adapter.
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ipw2x00/ipw2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ static int network_mode = 0;
static u32 ipw_debug_level;
static int associate;
static int auto_create = 1;
static int led_support = 0;
static int led_support = 1;
static int disable = 0;
static int bt_coexist = 0;
static int hwcrypto = 0;
Expand Down Expand Up @@ -12082,7 +12082,7 @@ module_param(auto_create, int, 0444);
MODULE_PARM_DESC(auto_create, "auto create adhoc network (default on)");

module_param_named(led, led_support, int, 0444);
MODULE_PARM_DESC(led, "enable led control on some systems (default 0 off)");
MODULE_PARM_DESC(led, "enable led control on some systems (default 1 on)");

module_param(debug, int, 0444);
MODULE_PARM_DESC(debug, "debug output mask");
Expand Down

0 comments on commit 9f7e403

Please sign in to comment.