iwlwifi: LED use correctly blink table

This patch makes correct usage of the LED blink table.

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Tomas Winkler
2008-07-11 11:53:37 +08:00
committed by John W. Linville
parent 0eee612731
commit ec1a746042
4 changed files with 61 additions and 71 deletions

View File

@ -55,8 +55,7 @@ struct iwl_led {
int (*led_on) (struct iwl_priv *priv, int led_id);
int (*led_off) (struct iwl_priv *priv, int led_id);
int (*led_pattern) (struct iwl_priv *priv, int led_id,
enum led_brightness brightness);
int (*led_pattern) (struct iwl_priv *priv, int led_id, int idx);
enum led_type type;
unsigned int registered;