Annotation of elwix/config/etc/uboot/rc.d/019.dwds_relay_rstchan.stop, revision 1.2.2.1

1.2       misho       1: #!/bin/sh
                      2: 
                      3: RST_IFACE="wlan1"
                      4: 
1.2.2.1 ! misho       5: [ -z "$RST_IFACE" ] && exit
        !             6: 
1.2       misho       7: echo "Reset relay channel interface $RST_IFACE for DWDS-Client->DWDS-Base ..."
                      8: 
                      9: ifconfig $RST_IFACE channel -1

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>