linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michael Buesch <mb@bu3sch.de>
To: Ivo van Doorn <ivdoorn@gmail.com>
Cc: linux-wireless@vger.kernel.org
Subject: r2x00: Wrong rfkill inputdev poll interval
Date: Fri, 28 Sep 2007 13:58:57 +0200	[thread overview]
Message-ID: <200709281358.57627.mb@bu3sch.de> (raw)

You pass the poll interval as (HZ/4), but the input
dev expects milliseconds instead of jiffies.
So a value of 250 would be right in your case.
Though, I think polling that often for this event might be overkill.

I'd say polling once a second should be OK for b43, for example.
We currenty also poll it only once per second.
But that's up to your choice. :)

-- 
Greetings Michael.

             reply	other threads:[~2007-09-28 12:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-28 11:58 Michael Buesch [this message]
2007-09-28 18:49 ` r2x00: Wrong rfkill inputdev poll interval Ivo van Doorn

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=200709281358.57627.mb@bu3sch.de \
    --to=mb@bu3sch.de \
    --cc=ivdoorn@gmail.com \
    --cc=linux-wireless@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;
as well as URLs for NNTP newsgroup(s).