Linux Serial subsystem development
 help / color / mirror / Atom feed
From: m.brock@vanmierlo.com
To: "D. Starke" <daniel.starke@siemens.com>
Cc: linux-serial@vger.kernel.org, gregkh@linuxfoundation.org,
	jirislaby@kernel.org, ilpo.jarvinen@linux.intel.com,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v5 1/1] tty: n_gsm: add keep alive support
Date: Mon, 13 Feb 2023 12:10:13 +0100	[thread overview]
Message-ID: <aec7575cd784ae4fe9e9f2c1e08107a9@vanmierlo.com> (raw)
In-Reply-To: <20230213094327.3428-1-daniel.starke@siemens.com>

D. Starke schreef op 2023-02-13 10:43:
> From: Daniel Starke <daniel.starke@siemens.com>
> +	u32 keep_alive;		/* Control channel keep-alive in ms */
[...]
> +		if (dlci && !dlci->dead)
> +			mod_timer(&gsm->ka_timer, jiffies + gsm->keep_alive * HZ / 100);

keep-alive is in ms? or in 10ms?

Maarten


  reply	other threads:[~2023-02-13 12:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-13  9:43 [PATCH v5 1/1] tty: n_gsm: add keep alive support D. Starke
2023-02-13 11:10 ` m.brock [this message]
2023-02-13 11:32   ` Starke, Daniel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aec7575cd784ae4fe9e9f2c1e08107a9@vanmierlo.com \
    --to=m.brock@vanmierlo.com \
    --cc=daniel.starke@siemens.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=ilpo.jarvinen@linux.intel.com \
    --cc=jirislaby@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox