From: Pavel Roskin <proski@gnu.org>
To: Jean Tourrilhes <jt@hpl.hp.com>
Cc: NetDev <netdev@vger.kernel.org>
Subject: dBm cutoff at -1dBm is too low
Date: Thu, 04 May 2006 12:37:45 -0400 [thread overview]
Message-ID: <1146760665.5294.65.camel@dv> (raw)
Hello, Jean!
I'm converting Orinoco to the dBm reporting, and it turns out that the
best signal iwconfig will report is -1dBm (0.8mW). This would happen if
qual->level has its highest value of 255. Please see this code from
wireless_tools.29.pre10:
len = snprintf(buffer, buflen, "Signal level%c%d dBm ",
qual->updated & IW_QUAL_LEVEL_UPDATED ? '=' : ':',
qual->level - 0x100);
With most cards transmitting at 100mW and some going as high as 500mW,
it's not unreasonable to expect that the received signal may exceed 1mW
for closely located receivers with good antennas. I have seen HostAP
reporting as much as 3mW through the proc filesystem!
Wouldn't it be better to put the cutoff at a higher value? The simplest
approach would be to treat qual->level and qual->noise as signed char,
which would put the cutoff and 127dBm. 500 gigawatts should be enough
for everyone :-)
--
Regards,
Pavel Roskin
next reply other threads:[~2006-05-04 16:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-04 16:37 Pavel Roskin [this message]
2006-05-05 17:28 ` dBm cutoff at -1dBm is too low Jean Tourrilhes
2006-05-07 3:32 ` Pavel Roskin
2006-05-08 17:17 ` Jean Tourrilhes
2006-05-09 4:54 ` Pavel Roskin
2006-05-09 18:54 ` Jean Tourrilhes
2006-05-08 3:35 ` Pavel Roskin
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=1146760665.5294.65.camel@dv \
--to=proski@gnu.org \
--cc=jt@hpl.hp.com \
--cc=netdev@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).