aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2017-06-17 00:39:25 +0200
committerMathias Kresin <dev@kresin.me>2017-06-17 15:38:20 +0200
commit3ccca56eb0a44bb72561c6381faf63564eeec858 (patch)
tree5793272096852c7edb55202c99b68ba6798fedc0
parent4cdbf4014b88034a37026234f39f644d620d8db1 (diff)
downloadupstream-3ccca56eb0a44bb72561c6381faf63564eeec858.tar.gz
upstream-3ccca56eb0a44bb72561c6381faf63564eeec858.tar.bz2
upstream-3ccca56eb0a44bb72561c6381faf63564eeec858.zip
ramips: remove optional ucidef_set_led_rssi parameters
The same values are set if the parameters are not specified. Signed-off-by: Mathias Kresin <dev@kresin.me>
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/01_leds6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds
index b08f35268b..61f662b496 100755
--- a/target/linux/ramips/base-files/etc/board.d/01_leds
+++ b/target/linux/ramips/base-files/etc/board.d/01_leds
@@ -359,9 +359,9 @@ whr-600d)
;;
wl-wn575a3)
ucidef_set_rssimon "wlan1" "200000" "1"
- ucidef_set_led_rssi "wifi-low" "wifi-low" "$board:green:wifi-low" "wlan1" "1" "49" "0" "1"
- ucidef_set_led_rssi "wifi-med" "wifi-med" "$board:green:wifi-med" "wlan1" "50" "84" "0" "1"
- ucidef_set_led_rssi "wifi-high" "wifi-high" "$board:green:wifi-high" "wlan1" "85" "100" "0" "1"
+ ucidef_set_led_rssi "wifi-low" "wifi-low" "$board:green:wifi-low" "wlan1" "1" "49"
+ ucidef_set_led_rssi "wifi-med" "wifi-med" "$board:green:wifi-med" "wlan1" "50" "84"
+ ucidef_set_led_rssi "wifi-high" "wifi-high" "$board:green:wifi-high" "wlan1" "85" "100"
;;
wrh-300cr)
set_wifi_led "$board:green:wlan"