From owner-cvs-src@FreeBSD.ORG Fri Jun 23 17:22:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 024AD16A49E; Fri, 23 Jun 2006 17:22:04 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA71543D70; Fri, 23 Jun 2006 17:22:03 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5NHM3cq036106; Fri, 23 Jun 2006 17:22:03 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5NHM326036105; Fri, 23 Jun 2006 17:22:03 GMT (envelope-from sam) Message-Id: <200606231722.k5NHM326036105@repoman.freebsd.org> From: Sam Leffler Date: Fri, 23 Jun 2006 17:22:03 +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 ifconfig.8 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: Fri, 23 Jun 2006 17:22:04 -0000 sam 2006-06-23 17:22:03 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 ifieee80211.c Log: remove display of the ERP ie from the list sta output (it's always zero); replace it with station capabilities MFC after: 1 month Revision Changes Path 1.118 +24 -1 src/sbin/ifconfig/ifconfig.8 1.38 +31 -4 src/sbin/ifconfig/ifieee80211.c