From owner-freebsd-current@FreeBSD.ORG Wed Dec 15 23:10:43 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 D7C7816A4CE for ; Wed, 15 Dec 2004 23:10:43 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AA7B43D45 for ; Wed, 15 Dec 2004 23:10:43 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so149501wri for ; Wed, 15 Dec 2004 15:10:42 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=QjyQOlEZIpglP8ujznQ2gIIJno+Y2WIx0ar1LFAmZPA3hpUodCUEZG+Cv52whC7Xlw/c3noGR2VlsC/JmlNWsGOxo0n6z5iP0P/lamHLwgKGN0YodhmH+0keq1ZKk8OunYwf9KO859qlezK1AlwPcu+QlcHDLqIBbntOuyBub9A= Received: by 10.54.30.3 with SMTP id d3mr649999wrd; Wed, 15 Dec 2004 15:10:42 -0800 (PST) Received: by 10.54.7.31 with HTTP; Wed, 15 Dec 2004 15:10:41 -0800 (PST) Message-ID: <6eb82e041215151055c8a21b@mail.gmail.com> Date: Thu, 16 Dec 2004 07:10:41 +0800 From: Rong-En Fan To: Chen Lihong In-Reply-To: <1103082215.1589.2.camel@OmniBook.accton.com.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <1103082215.1589.2.camel@OmniBook.accton.com.tw> cc: Sam Leffler cc: freebsd-current@freebsd.org Subject: Re: net80211 can not load wlan_ccmp.ko X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Rong-En Fan List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 23:10:44 -0000 I think adding rijndael-api.c to SRCS will solve this. On Wed, 15 Dec 2004 11:43:35 +0800, Chen Lihong wrote: > Hi! Sam, > After cvsup updated, I saw this Makefile updated. > And I make kernel to update kernel, but the problem > still occured! > > From: Chen Lihong > To: Sam Leffler > Subject: Re: net80211 can not load wlan_ccmp.ko > Date: Wed, 15 Dec 2004 09:42:47 +0800 > On Tue, 2004-12-14 at 17:40 -0800, Sam Leffler wrote: > > Chen Lihong wrote: > > > I am using atheros AR5211 802.11a+b card bus WLAN adapter. > > > And installed ports/security/wpa_supplicant, It required wlan_ccmp > > > module loaded when I need AES encryption. > > > Every time I load wlan_ccmp will failed, like this: > > > > > > # kldload wlan_ccmp > > > link_elf: symbol _rijndael_set_key undefined > > > # > > > > > > It seems function _rijndael_set_key() not loaded. > > > > Just fixed: > > > > sam 2004-12-15 01:30:38 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/modules/wlan_ccmp Makefile > > Log: > > bring in rijndael crypto code to satisfy dependency: should > > break rijndael out into a separate module a la rc4 but several > > other cases need to be fixed also so for now do as others do > > > > Revision Changes Path > > 1.2 +2 -0 src/sys/modules/wlan_ccmp/Makefile > > http://cvsweb.FreeBSD.org/src/sys/modules/wlan_ccmp/Makefile.diff?r1=1.1&r2=1.2 > > > > Sam > Thanks a lot! > > /Lihong > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >