From owner-cvs-src-old@FreeBSD.ORG Mon Dec 15 01:07:06 2008 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 8B2131065675 for ; Mon, 15 Dec 2008 01:07:06 +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 7764B8FC17 for ; Mon, 15 Dec 2008 01:07:06 +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 mBF176sB059788 for ; Mon, 15 Dec 2008 01:07:06 GMT (envelope-from sam@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mBF17601059787 for cvs-src-old@freebsd.org; Mon, 15 Dec 2008 01:07:06 GMT (envelope-from sam@repoman.freebsd.org) Message-Id: <200812150107.mBF17601059787@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sam@repoman.freebsd.org using -f From: Sam Leffler Date: Mon, 15 Dec 2008 01:06:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ifconfig ifieee80211.c ifvlan.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: Mon, 15 Dec 2008 01:07:06 -0000 sam 2008-12-15 01:06:49 UTC FreeBSD src repository Modified files: sbin/ifconfig ifieee80211.c ifvlan.c Log: SVN rev 186101 on 2008-12-15 01:06:49Z by sam o distinguish between adhoc and ahdemo modes o do not require 1/2 and 1/4 rate channels be present in the calibration list when doing a gsm regulatory change; the existing 900MHz cards are not self-identifying so there is no way (using the calibration channel list) to check Revision Changes Path 1.60 +16 -4 src/sbin/ifconfig/ifieee80211.c 1.16 +30 -13 src/sbin/ifconfig/ifvlan.c