From owner-freebsd-current@FreeBSD.ORG Wed Aug 10 15:14:21 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 CFF8216A41F; Wed, 10 Aug 2005 15:14:21 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F5CB43D49; Wed, 10 Aug 2005 15:14:21 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j7AFEJms060092 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 10 Aug 2005 08:14:21 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <42FA1B15.4060005@errno.com> Date: Wed, 10 Aug 2005 08:19:49 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050327) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug Barton References: <42F94526.9090509@errno.com> <42F9BE51.3020009@FreeBSD.org> In-Reply-To: <42F9BE51.3020009@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org Subject: Re: CFT: ndis, iwi, ipw users 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: Wed, 10 Aug 2005 15:14:22 -0000 Doug Barton wrote: > Sam Leffler wrote: > >> http://people.freebsd.org/~sam/curchan.patch > > > Patch applied cleanly, but even after building world with the latest > sources and starting a kernel build I get: > > > /usr/local/src/sys/net80211/ieee80211_input.c: In function > `ieee80211_recv_mgmt': > /usr/local/src/sys/net80211/ieee80211_input.c:1861: error: `chan' > undeclared (first use in this function) > /usr/local/src/sys/net80211/ieee80211_input.c:1861: error: (Each > undeclared identifier is reported only once > /usr/local/src/sys/net80211/ieee80211_input.c:1861: error: for each > function it appears in.) > /usr/local/src/sys/net80211/ieee80211_input.c:1868: error: `bintval' > undeclared (first use in this function) > *** Error code 1 > > Looks like something didn't apply right; I just checked the code+patch and it appears right. Sam