From owner-freebsd-net@FreeBSD.ORG Sun Oct 16 16:38:23 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55888106564A for ; Sun, 16 Oct 2011 16:38:23 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 163A88FC12 for ; Sun, 16 Oct 2011 16:38:22 +0000 (UTC) Received: by ywm3 with SMTP id 3so816232ywm.13 for ; Sun, 16 Oct 2011 09:38:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; 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; bh=JvpO3OcBln9X4F/gMS5bwRBV3e5U5FclE9ShlP3doJs=; b=RbfC4opML395iPwHoAdc4qEt4rpi5WjCcRr+38r7OPClwPAVLjfJn0/yIOM+7d5WJX DK1Ol8G8aPHpc9kIOipJxtJBn4YIbQ+e/BKmU6NgAYH4WLRKdneX/qd1Atu6mSpt2HtN koOdQq82ZPx3fAMjooxCmPRHpwNcJuBttBf40= MIME-Version: 1.0 Received: by 10.236.129.130 with SMTP id h2mr21973379yhi.49.1318783102610; Sun, 16 Oct 2011 09:38:22 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.95.147 with HTTP; Sun, 16 Oct 2011 09:38:22 -0700 (PDT) In-Reply-To: <201110152200.p9FM0QUO044812@freefall.freebsd.org> References: <201110152200.p9FM0QUO044812@freefall.freebsd.org> Date: Mon, 17 Oct 2011 00:38:22 +0800 X-Google-Sender-Auth: 2kAHsxkN2-oxeKcR_oEYmAS16g8 Message-ID: From: Adrian Chadd To: Steven Chamberlain Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-net@freebsd.org Subject: Re: kern/149643: [rum] device not sending proper beacon frames in ap mode X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2011 16:38:23 -0000 Is this plugged into an i386/amd64, or something that isn't little endian? I just wonder about the endian-ness of that tx/rx descriptor struct.. Adrian