From owner-cvs-all@FreeBSD.ORG Tue Aug 19 14:28:46 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 C754416A4F8; Tue, 19 Aug 2003 14:28:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3661743FAF; Tue, 19 Aug 2003 14:28:46 -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 h7JLSk0U083868; Tue, 19 Aug 2003 14:28:46 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7JLSja9083867; Tue, 19 Aug 2003 14:28:45 -0700 (PDT) Message-Id: <200308192128.h7JLSja9083867@repoman.freebsd.org> From: Sam Leffler Date: Tue, 19 Aug 2003 14:28:45 -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/dev/ath if_ath.c 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: Tue, 19 Aug 2003 21:28:47 -0000 sam 2003/08/19 14:28:45 PDT FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: o correct beacon frame length calculation and add an assert to catch any future mistakes (this mistake was not an issue because the length is only used to decide whether or not to allocate a cluster) o while here, move a beacon length comment to the "right place" Revision Changes Path 1.10 +6 -2 src/sys/dev/ath/if_ath.c