summaryrefslogtreecommitdiff
path: root/gatchat
diff options
context:
space:
mode:
authorSlava Monich <slava.monich@jolla.com>2017-10-26 20:42:56 +0300
committerDenis Kenzior <denkenz@gmail.com>2017-10-26 15:24:36 -0500
commit43c2bfdc52603599a8699750ac667f5c04ea8f8f (patch)
tree8f77b35a7bc0bee02e58add824fa197598e6b7ad /gatchat
parentaff02b297c4fd842cf049417f6315be319625bc7 (diff)
downloadofono-43c2bfdc52603599a8699750ac667f5c04ea8f8f.tar.gz
gatchat: Removed unused GAtPPP field
Diffstat (limited to 'gatchat')
-rw-r--r--gatchat/gatppp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gatchat/gatppp.c b/gatchat/gatppp.c
index 5144084e..4a80b4b3 100644
--- a/gatchat/gatppp.c
+++ b/gatchat/gatppp.c
@@ -40,7 +40,6 @@
#include "crc-ccitt.h"
#include "ppp.h"
-#define DEFAULT_MRU 1500
#define DEFAULT_MTU 1500
#define PPP_ADDR_FIELD 0xff
@@ -66,7 +65,6 @@ struct _GAtPPP {
struct ppp_chap *chap;
struct ppp_pap *pap;
GAtHDLC *hdlc;
- gint mru;
gint mtu;
char username[256];
char password[256];
@@ -830,7 +828,6 @@ static GAtPPP *ppp_init_common(gboolean is_server, guint32 ip)
ppp->fd = -1;
/* set options to defaults */
- ppp->mru = DEFAULT_MRU;
ppp->mtu = DEFAULT_MTU;
/* initialize the lcp state */