From owner-cvs-src@FreeBSD.ORG Sun Feb 3 18:29:58 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F87E16A41A; Sun, 3 Feb 2008 18:29:58 +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 61A9413C478; Sun, 3 Feb 2008 18:29:58 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m13ITw8u033562; Sun, 3 Feb 2008 18:29:58 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m13ITwVu033561; Sun, 3 Feb 2008 18:29:58 GMT (envelope-from sam) Message-Id: <200802031829.m13ITwVu033561@repoman.freebsd.org> From: Sam Leffler Date: Sun, 3 Feb 2008 18:29:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifieee80211.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 03 Feb 2008 18:29:58 -0000 sam 2008-02-03 18:29:58 UTC FreeBSD src repository Modified files: sbin/ifconfig ifieee80211.c Log: correct tx rate displayed by list sta: the reported legacy tx rate is still an index into the rate set and not (yet) the rate code Noticed by: JoaoBR Revision Changes Path 1.50 +7 -4 src/sbin/ifconfig/ifieee80211.c