From owner-cvs-all@FreeBSD.ORG Mon Apr 28 09:35:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FDDE37B401; Mon, 28 Apr 2003 09:35:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B608743F93; Mon, 28 Apr 2003 09:35:52 -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 h3SGZq0U081163; Mon, 28 Apr 2003 09:35:52 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3SGZqWa081154; Mon, 28 Apr 2003 09:35:52 -0700 (PDT) Message-Id: <200304281635.h3SGZqWa081154@repoman.freebsd.org> From: Sam Leffler Date: Mon, 28 Apr 2003 09:35:51 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_ieee80211subr.c if_media.c if_media.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Apr 2003 16:35:53 -0000 sam 2003/04/28 09:35:51 PDT FreeBSD src repository Modified files: sys/net if_ieee80211subr.c if_media.c if_media.h Log: o add support for multi-mode devices like 802.11 wireless cards that support 11a/b/g by adding an optional 3-bit mode field o correct the spelling of OFDM (was ODFM) o add an 802.11 subtype option for turbo mode: the phy is clocked at 2x the normal clock rate; note this can be applied to both OFDM in 11a and OFDM in 11g mode (and possibly DS11 in 11b for certain phy's) o add 802.11 CCK aliases for 11b/11g rates--the more common terminology Revision Changes Path 1.8 +8 -8 src/sys/net/if_ieee80211subr.c 1.18 +20 -4 src/sys/net/if_media.c 1.19 +52 -28 src/sys/net/if_media.h