From owner-freebsd-wireless@FreeBSD.ORG Mon Oct 10 02:20:54 2011 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05D52106564A; Mon, 10 Oct 2011 02:20:54 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id A634D8FC0C; Mon, 10 Oct 2011 02:20:53 +0000 (UTC) Received: by gyf2 with SMTP id 2so6285299gyf.13 for ; Sun, 09 Oct 2011 19:20:52 -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=t03I5xPE020Zv25EiIpF6ZdpI6JQt8D/3zZEjdWD7eA=; b=tpwpunb2FwwhHa1qBea84Fyw9BRXpoMoBg6w7YbWIUkRDJNOi35Ib73FXWpNjDgOYS sx1rrw5I1/G+6wo874I+U8kW0liwN0QcyGs4CUB7f92MuUlZGLB5+TceydcJeN1b9WWN peh0cvH72XwuPSNIEastA34wyPRvCXUq2hOZ0= MIME-Version: 1.0 Received: by 10.236.181.131 with SMTP id l3mr10490539yhm.105.1318213252934; Sun, 09 Oct 2011 19:20:52 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.111.42 with HTTP; Sun, 9 Oct 2011 19:20:52 -0700 (PDT) In-Reply-To: <20111009050644.GA79494@reemsky> References: <20111002232848.GA1943@reemsky> <20111003024406.GC1943@reemsky> <20111003044350.GD1943@reemsky> <20111004050331.GA2276@reemsky> <20111009050644.GA79494@reemsky> Date: Mon, 10 Oct 2011 10:20:52 +0800 X-Google-Sender-Auth: bt4daudcXBN1X9w7cDIIAr5ZWSg Message-ID: From: Adrian Chadd To: Roman Bogorodskiy Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org Subject: Re: bwn + BETA3/ppc = very unstable X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2011 02:20:54 -0000 Right. Well, someone needs to go over the RF code and see what the TX/RX antenna and gain code is doing. Perhaps you could run up OpenBSD or NetBSD on the thing and enable bwi debugging output on their driver. Hopefully what we'll see is some very obvious differences in how it's handling TX/RX antenna gain and control. Otherwise, I'd suggest doing a diff between the openbsd bwi driver (which works, right?) and the FreeBSD code. Hopefully there's something obviously different. :) Adrian