From owner-svn-src-all@FreeBSD.ORG Mon Sep 17 03:17:43 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54011106566B; Mon, 17 Sep 2012 03:17:43 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3F7B48FC14; Mon, 17 Sep 2012 03:17:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8H3HhAN037195; Mon, 17 Sep 2012 03:17:43 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8H3HhX0037193; Mon, 17 Sep 2012 03:17:43 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201209170317.q8H3HhX0037193@svn.freebsd.org> From: Adrian Chadd Date: Mon, 17 Sep 2012 03:17:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r240592 - head/sys/dev/ath X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2012 03:17:43 -0000 Author: adrian Date: Mon Sep 17 03:17:42 2012 New Revision: 240592 URL: http://svn.freebsd.org/changeset/base/240592 Log: Take credit for the work I've done in this source file. Modified: head/sys/dev/ath/if_ath_tx.c Modified: head/sys/dev/ath/if_ath_tx.c ============================================================================== --- head/sys/dev/ath/if_ath_tx.c Mon Sep 17 03:12:42 2012 (r240591) +++ head/sys/dev/ath/if_ath_tx.c Mon Sep 17 03:17:42 2012 (r240592) @@ -1,5 +1,6 @@ /*- * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting + * Copyright (c) 2010-2012 Adrian Chadd, Xenion Pty Ltd * All rights reserved. * * Redistribution and use in source and binary forms, with or without