summaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/531-ath9k_extra_platform_leds.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-12-17 09:27:18 +0000
committerJohn Crispin <john@openwrt.org>2015-12-17 09:27:18 +0000
commit4a4b0b82ec4d5aae5306988819c31afda9e8ca96 (patch)
tree700d00928628c7653182c99a892aaddba8365be8 /package/kernel/mac80211/patches/531-ath9k_extra_platform_leds.patch
parent7de7bd02018bc038cfb153fc34eb2a64cbe08c39 (diff)
downloadmaster-31e0f0ae-4a4b0b82ec4d5aae5306988819c31afda9e8ca96.tar.gz
master-31e0f0ae-4a4b0b82ec4d5aae5306988819c31afda9e8ca96.tar.bz2
master-31e0f0ae-4a4b0b82ec4d5aae5306988819c31afda9e8ca96.zip
ath9k: Pass LED polarity to ath_create_gpio_led when initializing the LEDs.
Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net> SVN-Revision: 47909
Diffstat (limited to 'package/kernel/mac80211/patches/531-ath9k_extra_platform_leds.patch')
-rw-r--r--package/kernel/mac80211/patches/531-ath9k_extra_platform_leds.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/531-ath9k_extra_platform_leds.patch b/package/kernel/mac80211/patches/531-ath9k_extra_platform_leds.patch
index dc33cd029b..7c10ea6b0d 100644
--- a/package/kernel/mac80211/patches/531-ath9k_extra_platform_leds.patch
+++ b/package/kernel/mac80211/patches/531-ath9k_extra_platform_leds.patch
@@ -59,7 +59,7 @@
@@ -120,6 +141,12 @@ void ath_init_leds(struct ath_softc *sc)
trigger = ieee80211_get_radio_led_name(sc->hw);
- ath_create_gpio_led(sc, sc->sc_ah->led_pin, led_name, trigger, 1);
+ ath_create_gpio_led(sc, sc->sc_ah->led_pin, led_name, trigger, !sc->sc_ah->config.led_active_high);
+
+ if (!pdata)
+ return;