X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=package%2Fmac80211%2Fpatches%2F401-ath9k-dont-register-leds-on-ar9100.patch;fp=package%2Fmac80211%2Fpatches%2F401-ath9k-dont-register-leds-on-ar9100.patch;h=afaabb12c62cc0e76ccfbc2b9212b67801aba56d;hp=34972b7e5fb4c03518d5b55a0fbf3fb58b7bf093;hb=7dcdcbbc24eb8a310cca4072f6d52a7628704b8b;hpb=92ee7505d8e1e859bee4f4b4d3435cc313aa4f64 diff --git a/package/mac80211/patches/401-ath9k-dont-register-leds-on-ar9100.patch b/package/mac80211/patches/401-ath9k-dont-register-leds-on-ar9100.patch index 34972b7e5f..afaabb12c6 100644 --- a/package/mac80211/patches/401-ath9k-dont-register-leds-on-ar9100.patch +++ b/package/mac80211/patches/401-ath9k-dont-register-leds-on-ar9100.patch @@ -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;