From owner-cvs-all@FreeBSD.ORG Mon Jun 11 03:56:34 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4FF4416A468; Mon, 11 Jun 2007 03:56:34 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 40D4D13C448; Mon, 11 Jun 2007 03:56:34 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l5B3uY7a052895; Mon, 11 Jun 2007 03:56:34 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l5B3uYFV052891; Mon, 11 Jun 2007 03:56:34 GMT (envelope-from sam) Message-Id: <200706110356.l5B3uYFV052891@repoman.freebsd.org> From: Sam Leffler Date: Mon, 11 Jun 2007 03:56:33 +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 ifconfig.h ifieee80211.c ifmedia.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, 11 Jun 2007 03:56:34 -0000 sam 2007-06-11 03:56:33 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 ifconfig.h ifieee80211.c ifmedia.c Log: Update for revised 802.11 support: o revised channel handling support; ifconfig now queries the kernel to find the list of available channels and handles channel promotion; channel attributes can be specified as part of the channel; e.g. 36:a for channel 36 in 11a (as opposed to turbo A or HT A) o use channel list to map between freq and IEEE channel #; this eliminates all knowledge of how the mapping is done and fixes handling of cases where channels overlap in the IEEE channel # space but are distinct in the frequency+attributes space (e.g. PSB) o add new knobs: bgscan, ff (Atheors fast frames), dturbo (Atheros Dynamic Turbo mode), bgscanidle, bgscanintvl, scanvalid, roam:rssi11a, roam:rssi11b, roam:rssi11g, roam:rate11a, roam:rate11b, roam:rate11g (roaming parameters), burst, doth (forthcoming 11h support) o print contents of WME, ATH, WPA, RSN, information elements with -v option o print signal strength in dBm o print noise floor in dBm o add list txpow to print tx power caps/channel o change default channel display in status to be more informative Revision Changes Path 1.139 +45 -2 src/sbin/ifconfig/ifconfig.8 1.20 +6 -0 src/sbin/ifconfig/ifconfig.h 1.46 +901 -162 src/sbin/ifconfig/ifieee80211.c 1.25 +6 -6 src/sbin/ifconfig/ifmedia.c