ipq806x: switch the NBG6817 wlan LEDs from amber to white
authorStefan Lippers-Hollmann <s.l-h@gmx.de>
Thu, 28 Jun 2018 12:04:46 +0000 (14:04 +0200)
committerMathias Kresin <dev@kresin.me>
Thu, 28 Jun 2018 16:39:57 +0000 (18:39 +0200)
The original device support patch configured the amber wlan LEDs (which
are meant as error indicator by the OEM) controlled by the SOC's GPIO
as wlan traffic indicators, as the correct white wlan LEDs are
connected to GPIOs controlled by the QCA9984/ ath10k wlan cards were
not accessible. The recent addition of GPIO/ LED support to ath10k now
makes it possible to use the correct white LEDs instead - and
"mac80211: ath10k: use tpt LED trigger by default" also enables them by
default. While both LEDs are independent of each other (two separate
LEDs sharing one light tunnel), triggering both on wlan traffic is not
the intended behaviour (bright yellow light).

Tested on the ZyXEL NBG6817.

Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
target/linux/ipq806x/base-files/etc/board.d/01_leds

index fea4d7c8bb08e362b781a12ea9c320f006df82df..769afb8b853a6a55cd334497ee6cfd25be9b4a3b 100755 (executable)
@@ -43,8 +43,6 @@ tplink,vr2600v)
        ucidef_set_led_switch "wan" "wan" "${boardname}:white:wan" "switch0" "0x20"
        ;;
 zyxel,nbg6817)
-       ucidef_set_led_wlan "wlan2g" "WLAN2G" "${boardname}:amber:wifi2g" "phy1tpt"
-       ucidef_set_led_wlan "wlan5g" "WLAN5G" "${boardname}:amber:wifi5g" "phy0tpt"
        ucidef_set_led_netdev "wan" "WAN" "${boardname}:white:internet" "eth1"
        ;;
 *)