From owner-cvs-src@FreeBSD.ORG Mon Apr 28 09:37:39 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 3927E37B401; Mon, 28 Apr 2003 09:37:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C96DC43FA3; Mon, 28 Apr 2003 09:37:38 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3SGbc0U082657; Mon, 28 Apr 2003 09:37:38 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3SGbcEM082652; Mon, 28 Apr 2003 09:37:38 -0700 (PDT) Message-Id: <200304281637.h3SGbcEM082652@repoman.freebsd.org> From: Sam Leffler Date: Mon, 28 Apr 2003 09:37:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ifconfig ifconfig.c ifconfig.h ifmedia.c 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: Mon, 28 Apr 2003 16:37:40 -0000 sam 2003/04/28 09:37:38 PDT FreeBSD src repository Modified files: sbin/ifconfig ifconfig.c ifconfig.h ifmedia.c Log: add a "mode" directive to specify the operating mode for multi-mode devices; this is mostly intended for use with multi-mode 802.11 devices that support some combination of 11a, 11b, and 11g Revision Changes Path 1.90 +1 -0 src/sbin/ifconfig/ifconfig.c 1.10 +1 -0 src/sbin/ifconfig/ifconfig.h 1.13 +118 -3 src/sbin/ifconfig/ifmedia.c