summaryrefslogtreecommitdiff
path: root/Documentation/usb/wusb-cbaf
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-12-04 18:24:29 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2008-12-04 18:24:29 +1100
commit4f3cfc33d6436773ff43e5f33879047b5d6e5d99 (patch)
tree2ab12cb61991d82c774589ce989a13021cdbe55e /Documentation/usb/wusb-cbaf
parentaf44a8617e914a83767d9b974109ddf485a5042d (diff)
parentdcc7461eef7341e84e2f7274f904ce01a43b2506 (diff)
Merge commit 'uwb/for-upstream'
Diffstat (limited to 'Documentation/usb/wusb-cbaf')
-rw-r--r--Documentation/usb/wusb-cbaf9
1 files changed, 0 insertions, 9 deletions
diff --git a/Documentation/usb/wusb-cbaf b/Documentation/usb/wusb-cbaf
index 2e78b70f3adc..426ddaaef96f 100644
--- a/Documentation/usb/wusb-cbaf
+++ b/Documentation/usb/wusb-cbaf
@@ -80,12 +80,6 @@ case $1 in
start)
for dev in ${2:-$hdevs}
do
- uwb_rc=$(readlink -f $dev/uwb_rc)
- if cat $uwb_rc/beacon | grep -q -- "-1"
- then
- echo 13 0 > $uwb_rc/beacon
- echo I: started beaconing on ch 13 on $(basename $uwb_rc) >&2
- fi
echo $host_CHID > $dev/wusb_chid
echo I: started host $(basename $dev) >&2
done
@@ -95,9 +89,6 @@ case $1 in
do
echo 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 > $dev/wusb_chid
echo I: stopped host $(basename $dev) >&2
- uwb_rc=$(readlink -f $dev/uwb_rc)
- echo -1 | cat > $uwb_rc/beacon
- echo I: stopped beaconing on $(basename $uwb_rc) >&2
done
;;
set-chid)