From owner-freebsd-current@FreeBSD.ORG Sun Aug 22 11:01:32 2004 Return-Path: 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 9A70116A4CE for ; Sun, 22 Aug 2004 11:01:32 +0000 (GMT) Received: from max.af.czu.cz (max.af.czu.cz [193.84.41.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23B6443D4C for ; Sun, 22 Aug 2004 11:01:31 +0000 (GMT) (envelope-from lists@hosting50.cz) Received: (qmail 85367 invoked by uid 89); 22 Aug 2004 11:23:50 -0000 Received: from unknown (HELO ?10.15.141.2?) (ares@max.af.czu.cz@217.11.239.237) by max.af.czu.cz with AES256-SHA encrypted SMTP; 22 Aug 2004 11:23:50 -0000 From: Tomas Randa To: freebsd-current@freebsd.org In-Reply-To: <58381.1093165836@critter.freebsd.dk> References: <58381.1093165836@critter.freebsd.dk> Message-Id: <1093172414.647.8.camel@ares.office.internetservice.cz> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 22 Aug 2004 13:00:14 +0200 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Re: net80211+atheros changes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Aug 2004 11:01:32 -0000 Thanks, i deleted all the sources and downloaded again, then applied patch and next problem is here with compilation: ===> ray cc -O -pipe -march=pentium4 -D_KERNEL -DKLD_MODULE -nostdinc -I- -include /usr/src/sys/i386/compile/1ATHEROS/opt_global.h -I. -I@ -I@/contrib/altq -I/usr/include -finline-limit=8000 -fno-common -g -I/usr/src/sys/i386/compile/1ATHEROS -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /usr/src/sys/modules/ray/../../dev/ray/if_ray.c /usr/src/sys/modules/ray/../../dev/ray/if_ray.c:335: error: `ieee80211_information' defined as wrong kind of tag /usr/src/sys/modules/ray/../../dev/ray/if_ray.c:335: warning: "struct ieee80211_information" declared inside parameter list /usr/src/sys/modules/ray/../../dev/ray/if_ray.c:335: warning: its scope is only this definition or declaration, which is probably not what you want /usr/src/sys/modules/ray/../../dev/ray/if_ray.c: In function `ray_rx_mgt_beacon': /usr/src/sys/modules/ray/../../dev/ray/if_ray.c:2189: error: `ieee80211_information' defined as wrong kind of tag /usr/src/sys/modules/ray/../../dev/ray/if_ray.c:2189: error: storage size of 'elements' isn't known /usr/src/sys/modules/ray/../../dev/ray/if_ray.c:2189: warning: unused variable `elements' /usr/src/sys/modules/ray/../../dev/ray/if_ray.c: At top level: /usr/src/sys/modules/ray/../../dev/ray/if_ray.c:2206: error: `ieee80211_information' defined as wrong kind of tag /usr/src/sys/modules/ray/../../dev/ray/if_ray.c:2206: warning: "struct ieee80211_information" declared inside parameter list /usr/src/sys/modules/ray/../../dev/ray/if_ray.c:2207: error: conflicting types for 'ray_rx_mgt_info' /usr/src/sys/modules/ray/../../dev/ray/if_ray.c:335: error: previous declaration of 'ray_rx_mgt_info' was here /usr/src/sys/modules/ray/../../dev/ray/if_ray.c:2207: error: conflicting types for 'ray_rx_mgt_info' /usr/src/sys/modules/ray/../../dev/ray/if_ray.c:335: error: previous declaration of 'ray_rx_mgt_info' was here /usr/src/sys/modules/ray/../../dev/ray/if_ray.c: In function `ray_rx_mgt_info': /usr/src/sys/modules/ray/../../dev/ray/if_ray.c:2230: error: dereferencing pointer to incomplete type /usr/src/sys/modules/ray/../../dev/ray/if_ray.c:2231: error: dereferencing pointer to incomplete type /usr/src/sys/modules/ray/../../dev/ray/if_ray.c:2241: error: dereferencing pointer to incomplete type /usr/src/sys/modules/ray/../../dev/ray/if_ray.c:2242: error: dereferencing pointer to incomplete type /usr/src/sys/modules/ray/../../dev/ray/if_ray.c:2243: error: dereferencing pointer to incomplete type /usr/src/sys/modules/ray/../../dev/ray/if_ray.c:2244: error: dereferencing pointer to incomplete type /usr/src/sys/modules/ray/../../dev/ray/if_ray.c:2264: error: dereferencing pointer to incomplete type /usr/src/sys/modules/ray/../../dev/ray/if_ray.c:2265: error: dereferencing pointer to incomplete type /usr/src/sys/modules/ray/../../dev/ray/if_ray.c:2266: error: dereferencing pointer to incomplete type /usr/src/sys/modules/ray/../../dev/ray/if_ray.c:2284: error: dereferencing pointer to incomplete type /usr/src/sys/modules/ray/../../dev/ray/if_ray.c: At top level: /usr/src/sys/modules/ray/../../dev/ray/if_ray.c:335: warning: 'ray_rx_mgt_info' declared `static' but never defined /usr/src/sys/modules/ray/../../dev/ray/if_ray.c:2207: warning: 'ray_rx_mgt_info' defined but not used *** Error code 1 Stop in /usr/src/sys/modules/ray. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 in kernel i have defined device ath, device ath_hal but not device wlan_wep Thanks for help again. Tomas Randa