summaryrefslogtreecommitdiffstats
path: root/gatchat/gsm0710.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-10-09 17:15:58 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-10-15 16:15:16 -0500
commit4734ebcb46100e623994c00a95c9cebd4d04784b (patch)
treee6baf79f117b7ae2225a62314224fca30174b8c8 /gatchat/gsm0710.c
parent9aa218226122daba8e3d9bddbca11ea92a764b93 (diff)
downloadofono-4734ebcb46100e623994c00a95c9cebd4d04784b.tar.bz2
Refactor: Add convenience method to start 0710 MUX
Use an existing GAtChat that has been setup appropriately to conver the channel into a MUX
Diffstat (limited to 'gatchat/gsm0710.c')
-rw-r--r--gatchat/gsm0710.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gatchat/gsm0710.c b/gatchat/gsm0710.c
index 0feeb550..996a887e 100644
--- a/gatchat/gsm0710.c
+++ b/gatchat/gsm0710.c
@@ -43,7 +43,6 @@ void gsm0710_initialize(struct gsm0710_context *ctx)
{
ctx->mode = GSM0710_MODE_BASIC;
ctx->frame_size = GSM0710_DEFAULT_FRAME_SIZE;
- ctx->port_speed = 115200;
ctx->buffer_used = 0;
memset(ctx->used_channels, 0, sizeof(ctx->used_channels));
ctx->user_data = NULL;