From owner-cvs-src@FreeBSD.ORG Fri Oct 17 14:58:41 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1210816A4F9; Fri, 17 Oct 2003 14:58:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4135F43FDD; Fri, 17 Oct 2003 14:58:40 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9HLweXJ041373; Fri, 17 Oct 2003 14:58:40 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9HLwe2S041372; Fri, 17 Oct 2003 14:58:40 -0700 (PDT) (envelope-from sam) Message-Id: <200310172158.h9HLwe2S041372@repoman.freebsd.org> From: Sam Leffler Date: Fri, 17 Oct 2003 14:58:39 -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-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Oct 2003 21:58:41 -0000 sam 2003/10/17 14:58:39 PDT FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: o consolidate rx filter calculations in one place o enable beacon reception when operating in adhoc mode so the 802.11 layer can use them to create nodes for peers Revision Changes Path 1.28 +39 -19 src/sys/dev/ath/if_ath.c