From owner-freebsd-current@FreeBSD.ORG Sun Dec 11 10:38:56 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 DE30616A420 for ; Sun, 11 Dec 2005 10:38:56 +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 42E9A43D5C for ; Sun, 11 Dec 2005 10:38:54 +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 jBBAcj7L016089 for ; Sun, 11 Dec 2005 11:38:50 +0100 (CET) (envelope-from tomas@hodan.sk) Message-Id: <200512111038.jBBAcj7L016089@acs.sk> From: "Tomas Hodan" To: Date: Sun, 11 Dec 2005 11:38:44 +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+Pw9s3cHFfJVGQ5GHJG3+T6pC5g== X-Mailman-Approved-At: Sun, 11 Dec 2005 17:08:40 +0000 Subject: 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 10:38:57 -0000 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? thx tomas