From owner-freebsd-wireless@FreeBSD.ORG Tue Mar 12 00:39:15 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1D6FEC8B; Tue, 12 Mar 2013 00:39:15 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-oa0-f44.google.com (mail-oa0-f44.google.com [209.85.219.44]) by mx1.freebsd.org (Postfix) with ESMTP id A19ACCC1; Tue, 12 Mar 2013 00:39:14 +0000 (UTC) Received: by mail-oa0-f44.google.com with SMTP id h1so5242524oag.31 for ; Mon, 11 Mar 2013 17:39:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=mUTKa4fe/WGWjWOdCmgyQmXy8u2wZqTBzPy2INMJ/es=; b=VYIVB33FRVChE/F0pmMtASI/iCQMbd16P7y99CaZs0F7BYZu2D+cZAzJBdlofefxBC +yor6W7bvLZizP2TTP05H8Dq+wspGpNjxhMtbY39kQHDGoS/+QkrvWbablgPiFVQ/Hkb QbhVFd8mX1c0LznxvmT6KJT/hF++aTS/Dch9fNObZA8GxSnByvVq/GWkWzV0xNImiYt6 wQ9bmr024RNTuZjnUuLzK+Ex038yHSLL13B0ck2NF9qWLd6jeFX8HyUo1K8uhdKR9Mox U/Y63vQt0ux8eQTXCW4W52nzs+NNuThy6/VO9o+vlUXaq0WVGzN1NUxC3PeKuBYf85I7 aB1Q== X-Received: by 10.182.161.39 with SMTP id xp7mr10791469obb.71.1363048748724; Mon, 11 Mar 2013 17:39:08 -0700 (PDT) Received: from [192.168.1.14] (c-98-212-197-211.hsd1.il.comcast.net. [98.212.197.211]) by mx.google.com with ESMTPS id d10sm20025147oeh.7.2013.03.11.17.39.06 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 11 Mar 2013 17:39:07 -0700 (PDT) Message-ID: <513E7924.3060302@gmail.com> Date: Mon, 11 Mar 2013 19:39:00 -0500 From: Joshua Isom User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: Adrian Chadd Subject: Re: Fine, OK, here's my initial AR9380/AR9485 support References: <513d3ae3.08c2440a.59a6.63b2@mx.google.com> <513DA767.6010208@gmail.com> <513E6AF5.9010304@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 12 Mar 2013 00:39:15 -0000 Still no luck, and some errors look like I'm missing more. /root/ATH/head/sys/modules/ath/../../dev/ath/ath_hal/ar9003/ar9300_misc.c:853:38: error: use of logical '&&' with constant operand [-Werror,-Wconstant-logical-operand] if ((ahp->ah_enterprise_mode && AR_ENT_OTP_MIN_PKT_SIZE_DISABLE) && ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AR_ENT_OTP_MIN_PKT_SIZE_DISABLE is defined in ar9300reg.h and hardcoded. At least you figured out an easy way to genuine check to see if someone tried your code. On 3/11/2013 6:41 PM, Adrian Chadd wrote: > Ooh.. add the debug options to your kernel, sorry! > > options ATH_DEBUG > options AH_DEBUG > options ATH_DIAGAPI > > I'm sorry, I've never tested it outside of a debug build before. > > > > > Adrian >