From owner-cvs-src@FreeBSD.ORG Wed Mar 17 17:18:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC12E16A4CE; Wed, 17 Mar 2004 17:18:22 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E80343D1D; Wed, 17 Mar 2004 17:18:22 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 93773654A9; Thu, 18 Mar 2004 01:18:20 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03026-02-2; Thu, 18 Mar 2004 01:18:20 +0000 (GMT) Received: from saboteur.dek.spc.org (groundzero.free2air.net [213.210.24.29]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 05A816542D; Thu, 18 Mar 2004 01:18:20 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 30A782F; Thu, 18 Mar 2004 01:18:17 +0000 (GMT) Date: Thu, 18 Mar 2004 01:18:17 +0000 From: Bruce M Simpson To: Brian Feldman Message-ID: <20040318011816.GK6997@saboteur.dek.spc.org> Mail-Followup-To: Brian Feldman , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200403172154.i2HLsqw2029714@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403172154.i2HLsqw2029714@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/wi if_wi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2004 01:18:23 -0000 On Wed, Mar 17, 2004 at 01:54:52PM -0800, Brian Feldman wrote: > Log: > Eliminate bogus usage of WI_RSSI_TO_DBM(). Not only does it bogusly > clip/destroy the dB value contained in the wi(4)'s receive frames, > it doesn't match with the flag set in the radiotap header > (unperturbed dB versus dBm). Thanks! BMS