File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / uboot / rc.d / 019.dwds_relay_rstchan.stop
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon Sep 15 19:06:52 2014 UTC (9 years, 10 months ago) by misho
Branches: MAIN
CVS tags: elwix2_3, HEAD, ELWIX2_2p0
elwix 2.2

    1: #!/bin/sh
    2: 
    3: RST_IFACE="wlan1"
    4: 
    5: echo "Reset relay channel interface $RST_IFACE for DWDS-Client->DWDS-Base ..."
    6: 
    7: ifconfig $RST_IFACE channel -1

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