From owner-cvs-src@FreeBSD.ORG Sat Sep 6 15:19:45 2003 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 B931416A4C0 for ; Sat, 6 Sep 2003 15:19:45 -0700 (PDT) Received: from hysteria.spc.org (hysteria.spc.org [195.206.69.234]) by mx1.FreeBSD.org (Postfix) with SMTP id 15E4143FE5 for ; Sat, 6 Sep 2003 15:19:43 -0700 (PDT) (envelope-from bms@hysteria.spc.org) Received: (qmail 10132 invoked by uid 5013); 6 Sep 2003 22:16:19 -0000 Date: Sat, 6 Sep 2003 23:16:19 +0100 From: Bruce M Simpson To: Sam Leffler Message-ID: <20030906221619.GI20931@spc.org> Mail-Followup-To: Bruce M Simpson , Sam Leffler , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200309052229.h85MTUxt066196@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200309052229.h85MTUxt066196@repoman.freebsd.org> User-Agent: Mutt/1.4.1i Organization: SPC 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 if_wi_pccard.c if_wi_pci.c if_wireg.h if_wivar.h 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: Sat, 06 Sep 2003 22:19:46 -0000 On Fri, Sep 05, 2003 at 03:29:30PM -0700, Sam Leffler wrote: > Log: > o add experimental radiotap capture format > o add netbsd logic to convert rssi to device-independent values Excellent! This should help other wireless efforts. Hopefully the bsd-airtools people will take an interest. BMS