aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Mills <[email protected]>2011-01-25 14:17:45 +0000
committerGreg Kroah-Hartman <[email protected]>2011-02-03 14:43:43 -0800
commit91f78f36694b8748fda855b1f9e3614b027a744f (patch)
tree44afe4918ec5999c9a942bca3d9b0f09e34ad861
parent51df0acc3d76cf41d5496ef044cc5717ab5c7f71 (diff)
n_gsm: copy mtu over when configuring via ioctl interface
This field is settable but did not get copied. Signed-off-by: Ken Mills <[email protected]> Signed-off-by: Alan Cox <[email protected]> Cc: [email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/tty/n_gsm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/n_gsm.c b/drivers/tty/n_gsm.c
index 44b8412a04e8..aa2e5d3eb01a 100644
--- a/drivers/tty/n_gsm.c
+++ b/drivers/tty/n_gsm.c
@@ -2414,6 +2414,7 @@ static int gsmld_config(struct tty_struct *tty, struct gsm_mux *gsm,
gsm->initiator = c->initiator;
gsm->mru = c->mru;
+ gsm->mtu = c->mtu;
gsm->encoding = c->encapsulation;
gsm->adaption = c->adaption;
gsm->n2 = c->n2;