summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcte12xp/wcte12xp.h
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2011-06-02 20:01:59 +0000
committerShaun Ruffell <sruffell@digium.com>2011-06-02 20:01:59 +0000
commit490a1cba75f3dc714eff05471e4867c76ce26493 (patch)
tree6f8fbd756fcec216c4140523e078ef14ba79d6fa /drivers/dahdi/wcte12xp/wcte12xp.h
parentab16381fa5cb2c0af61149194c18e43e3b287b83 (diff)
wcte12xp: Force spanconfig/chanconfig to wait for ready.
This is always true currently but will not necessarily be in the future. Signed-off-by: Shaun Ruffell <sruffell@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9945 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wcte12xp/wcte12xp.h')
-rw-r--r--drivers/dahdi/wcte12xp/wcte12xp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dahdi/wcte12xp/wcte12xp.h b/drivers/dahdi/wcte12xp/wcte12xp.h
index 5f6dbce..21b59ac 100644
--- a/drivers/dahdi/wcte12xp/wcte12xp.h
+++ b/drivers/dahdi/wcte12xp/wcte12xp.h
@@ -111,6 +111,7 @@ struct t1 {
int loopdowncnt;
#define INITIALIZED 1
#define SHUTDOWN 2
+#define READY 3
unsigned long bit_flags;
unsigned long alarmtimer;
unsigned char ledstate;