search for: qoz_dfifo_tx

Displaying 1 result from an estimated 1 matches for "qoz_dfifo_tx".

2007 Aug 13
1
bristuff - qozap dirver bug (and fix?)
...ether the fix is valid. Diff (I hope gmail does not wrap it too much!): --- qozap/qozap.c~ 2007-08-13 13:25:38.000000000 +0100 +++ qozap/qozap.c 2007-08-13 13:10:18.000000000 +0100 @@ -827,7 +827,7 @@ if (qoztmp->spans[s].alarms != ZT_ALARM_RED) { qoz_dfifo_tx(qoztmp, s); } else { - if ((qoztmp->st[s].t3 == -1) && (qoztmp->st[s].t4 == -1) && (qoztmp->st[s].layer1state == 3) && (qoztmp->st[s].nt_mode != 1)) { + if ((qoztmp->st[s].t3 > -1) && (qoztmp->s...