From owner-cvs-all@FreeBSD.ORG Fri Apr 2 16:06:23 2004 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 E621A16A4CE; Fri, 2 Apr 2004 16:06:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8D8D43D3F; Fri, 2 Apr 2004 16:06:23 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3306NGe050145; Fri, 2 Apr 2004 16:06:23 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3306NxK050144; Fri, 2 Apr 2004 16:06:23 -0800 (PST) (envelope-from sam) Message-Id: <200404030006.i3306NxK050144@repoman.freebsd.org> From: Sam Leffler Date: Fri, 2 Apr 2004 16:06:23 -0800 (PST) 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: Sat, 03 Apr 2004 00:06:24 -0000 sam 2004/04/02 16:06:23 PST FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: do proper subclassing of node free+copy; the previous hack falls apart when the 802.11 layer does useful work Obtained from: madwifi Revision Changes Path 1.53 +8 -2 src/sys/dev/ath/if_ath.c