From owner-freebsd-wireless@FreeBSD.ORG Wed Jun 22 02:28:00 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 96853106576C for ; Wed, 22 Jun 2011 02:28:00 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0C70A8FC31 for ; Wed, 22 Jun 2011 02:27:59 +0000 (UTC) Received: by yxl31 with SMTP id 31so212015yxl.13 for ; Tue, 21 Jun 2011 19:27:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=imN+NTssfDjatZzIw1+W588yaY+c9XzhRBAJB8wLfdY=; b=gumv6ivjLc4SG5iaUK1kK+UdglRd4CD+aEMHFMLFlbP2E+39+n7BbPxuMnRY6OIBIV Eva9TyzE6HkoDjhKjqIPIafdy+xiI7fy7mTV1AxymG9CzRJHkuSxCJ82AspzLWdpQ3AG iKabtjn1aE6dj55r993GoJpCqQsfakBBtnet4= 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=QCVayn0WKlKPby0/7YEqNIUK+bPq9uFgBQj55VJbfXftojsJuEBfXrSrPW5s4c3WF4 uniS9kPyiX9LIuKkd1yAHKzKvBT85ci1dgYeLCz/V0+ulC1m8xhWF0CCZjcosaEmGptA g/XxbWB+bPncMflnIiGuP/0+BJFW9yojriyhM= MIME-Version: 1.0 Received: by 10.150.132.15 with SMTP id f15mr216091ybd.388.1308709679295; Tue, 21 Jun 2011 19:27:59 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.151.26.21 with HTTP; Tue, 21 Jun 2011 19:27:59 -0700 (PDT) In-Reply-To: References: Date: Wed, 22 Jun 2011 10:27:59 +0800 X-Google-Sender-Auth: z4OmoIZau3En5n9BlcJ4U61Mi0g Message-ID: From: Adrian Chadd To: ss griffon Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org Subject: Re: Patch to move global ath hal sysctl variables to device instance variables. 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: Wed, 22 Jun 2011 02:28:00 -0000 Hi! Would you please enable: AH_DEBUG AH_DEBUG_ALQ and try recompiling? The ALQ stuff needs to be migrated as well. Thanks, Adrian On 22 June 2011 10:26, Adrian Chadd wrote: > On 21 June 2011 10:55, ss griffon wrote: >> This patch moves the global atheros hal variables defined in >> ah_osdep.c to the ah_hal structure in ath_hal/ah.h >> >> If you see any issues let me know and I will get them fixed. > > It didn't compile for me, complaints in if_ath_sysctl.c . I'll figure > it out before committing. > > > Adrian >