From owner-freebsd-current@FreeBSD.ORG Sun Dec 11 21:59:41 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C03916A41F for ; Sun, 11 Dec 2005 21:59:41 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id C503743D45 for ; Sun, 11 Dec 2005 21:59:40 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.192] ([10.0.0.192]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id jBBLxbXq079497 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 11 Dec 2005 13:59:40 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <439CA10A.5010204@errno.com> Date: Sun, 11 Dec 2005 13:58:34 -0800 From: Sam Leffler Organization: Errno Consulting User-Agent: Mozilla Thunderbird 1.0.7 (Macintosh/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomas Hodan References: <200512111038.jBBAcj7L016089@acs.sk> In-Reply-To: <200512111038.jBBAcj7L016089@acs.sk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: new ath_hal X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Dec 2005 21:59:41 -0000 Tomas Hodan wrote: > hi Sam, > > I successfully compiled your kernel under RELENG_7 with your patches and new > ath_hal, just it's not possible to compile athstats anymore. > > MiniBSD /usr/src/tools/tools/ath # make > cc -o athstats athstats.c > athstats.c: In function `printstats': > athstats.c:128: error: structure has no member named `ast_tx_ctsburst' > athstats.c:128: error: structure has no member named `ast_tx_ctsburst' > athstats.c:129: error: structure has no member named `ast_tx_ctsext' > athstats.c:129: error: structure has no member named `ast_tx_ctsext' > *** Error code 1 > > Stop in /usr/src/tools/tools/ath. > > could you have a look? delete lines 128+129