commit d87f89c0b4e8cdc1a3f99e2fe691bd676d379a6b Author: Jiri Slaby Date: Tue Jul 17 08:06:41 2007 +0200 fix led bug diff --git a/ath.c b/ath.c index 9b19bb7..dfa2f68 100644 --- a/ath.c +++ b/ath.c @@ -1203,7 +1203,7 @@ static void ath_led_off(unsigned long data) if (sc->led_endblink) sc->led_blinking = 0; else { - sc->led_endblink = 0; + sc->led_endblink = 1; ath5k_hw_set_gpio(sc->ah, sc->led_pin, !sc->led_on); mod_timer(&sc->led_tim, jiffies + sc->led_off); }