From owner-svn-src-user@FreeBSD.ORG Wed Jul 14 09:24:18 2010 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3466F106564A; Wed, 14 Jul 2010 09:24:18 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id D0B778FC12; Wed, 14 Jul 2010 09:24:17 +0000 (UTC) Received: by iwn35 with SMTP id 35so8416927iwn.13 for ; Wed, 14 Jul 2010 02:24:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=4dKDQNWbyRxKzeLJTnkhGDpEwcHRmf38fU/4TE/65NA=; b=N2UGTQ5L/yLHimQIJnCDA7/2txkba3iufvjX3O0CQ/4PeCfhkI/HAejO78aWrmrb3E XTEil8AitwuTDPpwNM0FoYi+TpvVw03Zj8c0A3vh8i75uwQ2Oy4e5EL/fS/sBMj3270t jIiFv9qnAWGTgn1Q6HgW87o8L2Jia+VIw6WHs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=LsOkceWBsgrWOL9fsCbjA28UeGGyOO+NU5fo5c4H81NHVsdvlzlGLU/du/sC1rF8dV ZaATGutJ2XPGi71rEE+EtkEprRqAwVGM7mfq6bL18wWhdSo5AhBMSzuDtKhUG9ZOaSt/ eW8UthIjyGU3HyWuC55ISyj59wB29FxSOLWHg= MIME-Version: 1.0 Received: by 10.231.193.135 with SMTP id du7mr15703691ibb.176.1279097940752; Wed, 14 Jul 2010 01:59:00 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.231.152.79 with HTTP; Wed, 14 Jul 2010 01:59:00 -0700 (PDT) In-Reply-To: References: <201007140808.o6E88hmd002521@svn.freebsd.org> Date: Wed, 14 Jul 2010 16:59:00 +0800 X-Google-Sender-Auth: NI3xMjpE3hCd3NpVuCubIPU5yrw Message-ID: From: Adrian Chadd To: Andrew Thompson Content-Type: text/plain; charset=ISO-8859-1 Cc: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: Re: svn commit: r210045 - user/adrian/if_ath_devel/sys/dev/ath X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2010 09:24:18 -0000 On 14 July 2010 16:37, Andrew Thompson wrote: > The maths is out here, its just one 32bit int. Oops! Thanks. I've fixed that. adrian