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:
committed by
John W. Linville
parent
0eee612731
commit
ec1a746042
@ -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;
|
||||
|
Reference in New Issue
Block a user