From owner-cvs-all@FreeBSD.ORG Thu Aug 10 06:18:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D50B16A4DE; Thu, 10 Aug 2006 06:18:26 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C6C243D49; Thu, 10 Aug 2006 06:18:25 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id k7A6IOXK079029 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 9 Aug 2006 23:18:25 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <44DACFB0.4090907@errno.com> Date: Wed, 09 Aug 2006 23:18:24 -0700 From: Sam Leffler User-Agent: Thunderbird 1.5.0.4 (X11/20060724) MIME-Version: 1.0 To: src-committers@FreeBSD.org References: <200608100606.k7A66Db2065421@repoman.freebsd.org> In-Reply-To: <200608100606.k7A66Db2065421@repoman.freebsd.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifieee80211.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 06:18:26 -0000 Sam Leffler wrote: > sam 2006-08-10 06:06:13 UTC > > FreeBSD src repository > > Modified files: > sbin/ifconfig ifieee80211.c > Log: > fixup list station support: > o add sanity check to avoid possible looping > o use intended api for IEEE80211_IOC_STA_INFO > o when operating in sta mode get the sta info for the ap This provides a stopgap mechanism for seeing the current rssi when in sta mode. As soon as I can commit the code to push the noise floor up to the 802.11 layer I'll mod ifconfig to show signal+nf in the normal status display. This should also help folks that've been asking for a way to get the current rssi/signal level for ui tools. Sam