summaryrefslogtreecommitdiff
path: root/bin/wimaxll-wait-for-state-change
diff options
context:
space:
mode:
authorInaky Perez-Gonzalez <inaky@linux.intel.com>2009-04-29 14:31:51 -0700
committerInaky Perez-Gonzalez <inaky@linux.intel.com>2009-04-29 14:31:51 -0700
commit592b94f8898243f4327bd5af4180f2de3145a376 (patch)
treeacab3caf56be564738aa5105bfb727858cae9bd7 /bin/wimaxll-wait-for-state-change
parentf889c22472bd03e2ca9767da3a7435ad553a329f (diff)
remove wimaxll-{rfkill,reset,wait-for-state-change}, deprecated
This programs are superceeded by wimaxll <command>. A script is put in place to run the new command and a deprectated error message is printed. Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
Diffstat (limited to 'bin/wimaxll-wait-for-state-change')
-rwxr-xr-xbin/wimaxll-wait-for-state-change4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/wimaxll-wait-for-state-change b/bin/wimaxll-wait-for-state-change
new file mode 100755
index 0000000..fff3ede
--- /dev/null
+++ b/bin/wimaxll-wait-for-state-change
@@ -0,0 +1,4 @@
+#! /bin/sh
+dev=$1
+echo "INFO: this program is deprecated, use 'wimaxll -i DEVICE wait-for-state-change'"
+wimaxll -i "$dev" wait-for-state-change