From: Ken Mills <ken.k.mills@xxxxxxxxx> The n2 field is settable but didn't get propogated Signed-off-by: Ken Mills <ken.k.mills@xxxxxxxxx> Signed-off-by: Alan Cox <alan@xxxxxxxxxxxxxxx> --- drivers/char/n_gsm.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/char/n_gsm.c b/drivers/char/n_gsm.c index 04ef3ef..7f79044 100644 --- a/drivers/char/n_gsm.c +++ b/drivers/char/n_gsm.c @@ -2375,6 +2375,7 @@ static int gsmld_config(struct tty_struct *tty, struct gsm_mux *gsm, gsm->mru = c->mru; gsm->encoding = c->encapsulation; gsm->adaption = c->adaption; + gsm->n2 = c->n2; if (c->i == 1) gsm->ftype = UIH; -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html