=?gb2312?B?UmU6ICjI8NDHzOHKvi20y9PKvP6/ycTcysfArLv408q8/ilSZTogW3VDbGludXgtZGV2XSBpbnNtb2Qgd2xhbl9jY21wIHByb2JsZW0gd2l0aGluIHVjbGludXg=?=

advan advan at rexian.com
Thu Jul 5 21:56:56 EDT 2007


hi doug,
  thank you very much , wlan_ccmp.o is also a gpl and bsd license module, 

MODULE_LICENSE("Duak BSD/GPL");

I change MODULE_LICENSE("Duak BSD/GPL") to MODULE_LICENSE("GPL") in source codes ,but the same problem is present.

                         advan




advan
2007-07-06



·¢¼þÈË£º Doug Kehn
·¢ËÍʱ¼ä£º 2007-07-05 19:46:12
ÊÕ¼þÈË£º uClinux development list
³­ËÍ£º 
Ö÷Ì⣺ (ÈðÐÇÌáʾ-´ËÓʼþ¿ÉÄÜÊÇÀ¬»øÓʼþ)Re: [uClinux-dev] insmod wlan_ccmp problem within uclinux

Hi Advan,

--- advan wrote:

> hello,everyone .
>   I meet a strange problem within uclinux upon
> ixp425 platform , I insmod all madwifi modules for
> atheros chip , when I insmod 'wlan_ccmp.o' , there's
> such information as below:
>     Using
>
/lib/modules/2.4.31-uc0/kernel/drivers/net/wlan_ccmp.o
> insmod: unresolved symbol crypto_alloc_tfm
> insmod: unresolved symbol crypto_free_tfm
>
> using 
> # cat /proc/ksyms |grep crypto_alloc_tfm
> c00ea954 GPLONLY_crypto_alloc_tfm
> # cat /proc/ksyms |grep crypto_free_tfm
> c00eaa10 GPLONLY_crypto_free_tfm
> 
> why does kernel function have 'GPLONLY' in its
> prefix ?
>

This means that the symbols were exported with
EXPORT_SYMBOL_GPL(...).  See

http://ussg.iu.edu/hypermail/linux/kernel/0110.2/0369.html

for an excellent description.  Is wlan_ccmp a GPL'd
module.  If not, wlan_ccmp is not allowed to use
symbols crypto_alloc_tfm and crytpo_free_tfm.

Regards,
...doug



       
____________________________________________________________________________________
Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase.
http://farechase.yahoo.com/
_______________________________________________
uClinux-dev mailing list
uClinux-dev at uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev at uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.uclinux.org/pipermail/uclinux-dev/attachments/20070706/bb3d6405/attachment.html


More information about the uClinux-dev mailing list