From owner-freebsd-current@FreeBSD.ORG Mon Dec 12 11:39:27 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 DE08B16A41F for ; Mon, 12 Dec 2005 11:39:27 +0000 (GMT) (envelope-from tomas@hodan.sk) Received: from acs.sk (acs.sk [62.176.161.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id D054243D7F for ; Mon, 12 Dec 2005 11:39:23 +0000 (GMT) (envelope-from tomas@hodan.sk) Received: from mtl12349390 ([62.176.165.10]) (authenticated bits=0) by acs.sk (8.12.9/8.12.9) with ESMTP id jBCBcs7L047768; Mon, 12 Dec 2005 12:38:58 +0100 (CET) (envelope-from tomas@hodan.sk) Message-Id: <200512121138.jBCBcs7L047768@acs.sk> From: "Tomas Hodan" To: "'Sam Leffler'" Date: Mon, 12 Dec 2005 12:38:54 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcX+njGUojveLRNLTfitq+BKfO1uCgAcmqHg In-Reply-To: <439CA10A.5010204@errno.com> X-Mailman-Approved-At: Mon, 12 Dec 2005 12:46:22 +0000 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: Mon, 12 Dec 2005 11:39:28 -0000 it works. thanks, tomas > -----Original Message----- > From: Sam Leffler [mailto:sam@errno.com] > Sent: Sunday, December 11, 2005 10:59 PM > To: Tomas Hodan > Cc: freebsd-current@freebsd.org > Subject: Re: new ath_hal > > 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 > >