summaryrefslogtreecommitdiffstats
path: root/gatchat/ppp_cp.c
diff options
context:
space:
mode:
authorKristen Carlson Accardi <kristen@linux.intel.com>2010-04-02 11:13:20 -0700
committerDenis Kenzior <denkenz@gmail.com>2010-04-02 13:05:47 -0500
commit74e1abd353a934c18b289accc6c79ec63cf8d59b (patch)
treef6af02359a3de80fdb43802d83ddefb00275fb6f /gatchat/ppp_cp.c
parent1ed6966cb4a4907afbe1494f621a1fa104f8daf2 (diff)
downloadofono-74e1abd353a934c18b289accc6c79ec63cf8d59b.tar.bz2
ppp: use queue to transmit
Since we are using non buffered I/O, use a queue to transmit when buffer space is available.
Diffstat (limited to 'gatchat/ppp_cp.c')
-rw-r--r--gatchat/ppp_cp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gatchat/ppp_cp.c b/gatchat/ppp_cp.c
index d74a07be..16c06038 100644
--- a/gatchat/ppp_cp.c
+++ b/gatchat/ppp_cp.c
@@ -164,6 +164,7 @@ static void pppcp_this_layer_finished(struct pppcp_data *data)
{
struct pppcp_action *action = data->action;
+ pppcp_trace(data);
if (action->this_layer_finished)
action->this_layer_finished(data);
}