From owner-cvs-all@FreeBSD.ORG Mon Feb 7 18:10:17 2005 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 ACACC16A4D4; Mon, 7 Feb 2005 18:10:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ECCC43D39; Mon, 7 Feb 2005 18:10:17 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j17IAHqa030925; Mon, 7 Feb 2005 18:10:17 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j17IAHC0030924; Mon, 7 Feb 2005 18:10:17 GMT (envelope-from sam) Message-Id: <200502071810.j17IAHC0030924@repoman.freebsd.org> From: Sam Leffler Date: Mon, 7 Feb 2005 18:10:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/net80211 ieee80211_radiotap.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, 07 Feb 2005 18:10:17 -0000 sam 2005-02-07 18:10:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/net80211 ieee80211_radiotap.h Log: MFC 1.5: o replace out-of-line copy of FCS w/ a flag that indicates the frame includes FCS (requires applications to be updated, but since we weren't doing the out-of-line FCS stuff anyway app changes were needed already) o add a flag to indicate padding exists between the 802.11 header and the payload (e.g. for Atheros cards) o diff reducation against netbsd Revision Changes Path 1.3.2.1 +20 -11 src/sys/net80211/ieee80211_radiotap.h