]> git.baikalelectronics.ru Git - kernel.git/commit
tty: n_gsm: fix packet re-transmission without open control channel
authorDaniel Starke <daniel.starke@siemens.com>
Fri, 1 Jul 2022 06:16:50 +0000 (08:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 1 Jul 2022 08:07:39 +0000 (10:07 +0200)
commit2f45f991fdd64b5f60573f48b3aa881528ea32e0
treefdc66e6626c0fd77cb6f5f75ab7f23620e0087f7
parent4a4bfa359e01ce0f8cc626d2f5dc24207f7bcc6c
tty: n_gsm: fix packet re-transmission without open control channel

In the current implementation control packets are re-transmitted even if
the control channel closed down during T2. This is wrong.
Check whether the control channel is open before re-transmitting any
packets. Note that control channel open/close is handled by T1 and not T2
and remains unaffected by this.

Fixes: 99551fa31543 ("tty: n_gsm line discipline")
Signed-off-by: Daniel Starke <daniel.starke@siemens.com>
Link: https://lore.kernel.org/r/20220701061652.39604-7-daniel.starke@siemens.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/n_gsm.c