From owner-cvs-src-old@FreeBSD.ORG Thu Feb 5 23:15:57 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6A2E1065694 for ; Thu, 5 Feb 2009 23:15:57 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 798E48FC1D for ; Thu, 5 Feb 2009 23:15:57 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n15NFvJ0025056 for ; Thu, 5 Feb 2009 23:15:57 GMT (envelope-from sam@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n15NFvC3025055 for cvs-src-old@freebsd.org; Thu, 5 Feb 2009 23:15:57 GMT (envelope-from sam@repoman.freebsd.org) Message-Id: <200902052315.n15NFvC3025055@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sam@repoman.freebsd.org using -f From: Sam Leffler Date: Thu, 5 Feb 2009 23:15:39 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/net80211/wlanstats wlanstats.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2009 23:15:58 -0000 sam 2009-02-05 23:15:39 UTC FreeBSD src repository Modified files: tools/tools/net80211/wlanstats wlanstats.c Log: SVN rev 188210 on 2009-02-05 23:15:39Z by sam for adhoc and ahdemo modes try to find the "bss node": use the bssid unless it's not setup or zero's; this may not work as the bssid of the ibss isn't certain to the "right mac address" but for many cases it is Revision Changes Path 1.10 +10 -1 src/tools/tools/net80211/wlanstats/wlanstats.c