Update to compat-wireless-2009-08-15
[openwrt/openwrt.git] / package / mac80211 / patches / 401-ath9k-dont-register-leds-on-ar9100.patch
index 34972b7e5fb4c03518d5b55a0fbf3fb58b7bf093..afaabb12c62cc0e76ccfbc2b9212b67801aba56d 100644 (file)
@@ -7,10 +7,10 @@
 +      if (AR_SREV_9100(sc->sc_ah))
 +              return;
 +
-       cancel_delayed_work_sync(&sc->ath_led_blink_work);
        ath_unregister_led(&sc->assoc_led);
        sc->sc_flags &= ~SC_OP_LED_ASSOCIATED;
-@@ -1071,6 +1074,9 @@ static void ath_init_leds(struct ath_sof
+       ath_unregister_led(&sc->tx_led);
+@@ -1070,6 +1073,9 @@ static void ath_init_leds(struct ath_sof
        char *trigger;
        int ret;