diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-11-09 12:21:34 -0500 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-11-16 10:44:24 -0500 |
commit | 564b344c10b694d433cef5b89f8ff8ac5e33898d (patch) | |
tree | 4f19b92a327d1eb4b367272c2dd6b8897adaa08b /drivers/net/wireless/iwlwifi/iwl-4965.c | |
parent | 05433df23cf16a9ccbdd35964aba781cdf455034 (diff) |
iwlwifi: change default led mode for different devices
Set the default led mode for different devices.
For the newer devices such as 6000g2a, 6000g2b and newer,
the default led mode is On/Off instead of blinking.
The led_mode still can be control through module parameter
0: system default
1: On/Off
2: blinking
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-4965.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.c b/drivers/net/wireless/iwlwifi/iwl-4965.c index a172bd171a0c..19da3e5e9eeb 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965.c +++ b/drivers/net/wireless/iwlwifi/iwl-4965.c | |||
@@ -2636,6 +2636,7 @@ struct iwl_cfg iwl4965_agn_cfg = { | |||
2636 | .ops = &iwl4965_ops, | 2636 | .ops = &iwl4965_ops, |
2637 | .mod_params = &iwlagn_mod_params, | 2637 | .mod_params = &iwlagn_mod_params, |
2638 | .base_params = &iwl4965_base_params, | 2638 | .base_params = &iwl4965_base_params, |
2639 | .led_mode = IWL_LED_BLINK, | ||
2639 | /* | 2640 | /* |
2640 | * Force use of chains B and C for scan RX on 5 GHz band | 2641 | * Force use of chains B and C for scan RX on 5 GHz band |
2641 | * because the device has off-channel reception on chain A. | 2642 | * because the device has off-channel reception on chain A. |