mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-01 17:43:08 +01:00
lantiq-dsl: bugfix latency values swapped for lucistat
swapped wrong latency output Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com> SVN-Revision: 49136
This commit is contained in:
parent
7beb53b1a5
commit
c701c3ce77
1 changed files with 2 additions and 2 deletions
|
|
@ -430,8 +430,8 @@ latency_delay() {
|
|||
sidd=$(scale_latency $idd)
|
||||
|
||||
if [ "$action" = "lucistat" ]; then
|
||||
echo "dsl.latency_num_down=\"$sidu\""
|
||||
echo "dsl.latency_num_up=\"$sidd\""
|
||||
echo "dsl.latency_num_down=\"$sidd\""
|
||||
echo "dsl.latency_num_up=\"$sidu\""
|
||||
echo "dsl.latency_s_down=\"$idd_s\""
|
||||
echo "dsl.latency_s_up=\"$idu_s\""
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue