From owner-cvs-all@FreeBSD.ORG Mon Jun 23 16:08:58 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1A54106567A; Mon, 23 Jun 2008 16:08:58 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B244C8FC0C; Mon, 23 Jun 2008 16:08:58 +0000 (UTC) (envelope-from thompsa@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 m5NG8w9m078772; Mon, 23 Jun 2008 16:08:58 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5NG8wYj078771; Mon, 23 Jun 2008 16:08:58 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200806231608.m5NG8wYj078771@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Mon, 23 Jun 2008 16:08:40 +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-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2008 16:08:59 -0000 thompsa 2008-06-23 16:08:40 UTC FreeBSD src repository Modified files: sbin/ifconfig ifieee80211.c Log: SVN rev 179958 on 2008-06-23 16:08:40Z by thompsa Ensure the channel is a number and not a range, the 'channel' command can be easily mixed up with 'chanlist' and would give unexpected results by fixing the channel on the first number in the range. Revision Changes Path 1.52 +4 -1 src/sbin/ifconfig/ifieee80211.c