tty: n_gsm: add debug bit for user payload
authorDaniel Starke <daniel.starke@siemens.com>
Wed, 31 Aug 2022 07:38:00 +0000 (09:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Sep 2022 14:05:00 +0000 (16:05 +0200)
commitc22d054f1ed6b3e990436c2dde7d3b7d6a170cff
treec3354072399d947f6d3102cdae022849ebc6660c
parentc07da737af4dd9a29508ae2863fa2afdec130088
tty: n_gsm: add debug bit for user payload

A debug bit to output a complete transmission dump exists. Sometimes only
the user frames are relevant. Add an additional bit which limits the
transmission dump output to user data frames if set.

Signed-off-by: Daniel Starke <daniel.starke@siemens.com>
Link: https://lore.kernel.org/r/20220831073800.7459-6-daniel.starke@siemens.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/n_gsm.c