From owner-freebsd-mobile Wed Oct 16 8:57:15 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A78FA37B401; Wed, 16 Oct 2002 08:57:14 -0700 (PDT) Received: from ambrisko.com (adsl-64-174-51-42.dsl.snfc21.pacbell.net [64.174.51.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA2E443E6E; Wed, 16 Oct 2002 08:57:13 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.11.6/8.11.6) id g9GFu9O09339; Wed, 16 Oct 2002 08:56:09 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200210161556.g9GFu9O09339@ambrisko.com> Subject: Re: aironet signal/noise stats In-Reply-To: <20021016115352.36449.qmail@cobweb.example.org> To: Marco Molteni Date: Wed, 16 Oct 2002 08:56:09 -0700 (PDT) Cc: decouto@lcs.mit.edu, freebsd-mobile@freebsd.org, ambrisko@freebsd.org X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Marco Molteni writes: | On Tue, 15 Oct 2002, "Douglas S. J. De Couto" wrote: | | > Does anyone know what the units are for the an driver's noise level | > information? Is it, for example, a dBm value that can be compared to | > the signal value to get a signal-to-noise ratio? | | does this work for you? | | + u_int8_t an_noise_prev_sec_pc; /* 0x7A */ | + u_int8_t an_noise_prev_sec_db; /* 0x7B */ | + u_int8_t an_avg_noise_prev_min_pc; /* 0x7C */ | + u_int8_t an_avg_noise_prev_min_db; /* 0x7D */ | + u_int8_t an_max_noise_prev_min_pc; /* 0x7E */ | + u_int8_t an_max_noise_prev_min_db; /* 0x7F */ Thanks for decoded these. I think now I got all my units figured out for the in kernel cache and the summary. They finally make sense and agree. Now I just have to clean it up and I should be able to commit my latest changes. Doug A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message