From owner-freebsd-embedded@FreeBSD.ORG Fri Aug 30 20:50:02 2013 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C13B4D74; Fri, 30 Aug 2013 20:50:02 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-ea0-x229.google.com (mail-ea0-x229.google.com [IPv6:2a00:1450:4013:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 223722E93; Fri, 30 Aug 2013 20:50:01 +0000 (UTC) Received: by mail-ea0-f169.google.com with SMTP id k11so1149394eaj.28 for ; Fri, 30 Aug 2013 13:50:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=dxk2eVlrfhHMP8irk+c/Tj3aosMdFR0NWQFjhTL1p7I=; b=FpCDuyPfHdcyfJKLogZMYQiUHt0os4jZcBXiFY79nApJS8xftTxxJjTYiXyJy26P9T 1sBiiiYoCMiGpYzV6tTvrGUDAXEQeGYEFl1aTrKMUkByJdZlLIyrW+Rs4u8Q/1QEDlIw tRWxjn1KwfRgM0hOF9pGAvu3gAYO/dG+GkMiQO9ZwyExuiIFxDK2vkP/Tj71JGjd/ZQg mH6DUwYzHr8Uj2hQCaMIKy4tzs8l76Y4mk3ajXFvAI+LZHl3M17VXlW7fNyWnkCtvZma hHMzC6+XTad9p3FacBJZB6/EMq3jfwFjD+nnBeWySlvQPmVBFbIx1JhJkFS1bE6KhYzu KpjA== MIME-Version: 1.0 X-Received: by 10.15.74.197 with SMTP id j45mr15147748eey.40.1377895800439; Fri, 30 Aug 2013 13:50:00 -0700 (PDT) Received: by 10.14.105.137 with HTTP; Fri, 30 Aug 2013 13:50:00 -0700 (PDT) In-Reply-To: References: <20130826225420.GF29777@funkthat.com> <20130826230843.GH29777@funkthat.com> <20130827055547.GK29777@funkthat.com> Date: Fri, 30 Aug 2013 13:50:00 -0700 Message-ID: Subject: Re: Making Picostation m2HP work From: hiren panchasara To: Adrian Chadd Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-embedded X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Aug 2013 20:50:02 -0000 On Wed, Aug 28, 2013 at 5:23 PM, hiren panchasara < hiren.panchasara@gmail.com> wrote: > > > > On Wed, Aug 28, 2013 at 3:33 PM, Adrian Chadd wrote: > >> Yes and I have no idea what regdomain that is. It's not in the atheros >> reference code, our driver or the linux code. >> >> So I'm stumped. >> >> Just override it with 0x0 for now and see if it attaches. I'll hunt down >> a contact at ubiquiti to figure this out. >> > > Yes, that hack worked. :-) > > Things seem to work now. > > http://bpaste.net/show/127295/ - patch to add kernconf and hint file. > (All of these changes have been done by loos@) > Updated version committed as: http://svnweb.freebsd.org/base?view=revision&revision=255086 A huge shout-out to loos@, adrian@ and ray@ for all the help in this effort. cheers, Hiren p.s. next is the patch to wifi build scripts.