Hi, I am trying to compile with 2.6.18 .. is there a workaround for linux/freezer.h not being included in the 2.6.18 kernel? Thanks.
make KERNELDIR=/usr/src/kernels/2.6.18-8.1.1.el5-i686 make -C /usr/src/kernels/2.6.18-8.1.1.el5-i686 M=/tmp/airo-wpa-20070427 EXTRA_CFLAGS=-DDEBUG make[1]: Entering directory `/usr/src/kernels/2.6.18-8.1.1.el5-i686' LD /tmp/airo-wpa-20070427/built-in.o CC [M] /tmp/airo-wpa-20070427/airo.o /tmp/airo-wpa-20070427/airo.c:49:27: error: linux/freezer.h: No such file or directory /tmp/airo-wpa-20070427/airo.c: In function ‘micinit’: /tmp/airo-wpa-20070427/airo.c:1323: warning: passing argument 1 of ‘dump’ from incompatible pointer type /tmp/airo-wpa-20070427/airo.c: In function ‘airo_start_xmit’: /tmp/airo-wpa-20070427/airo.c:2266: error: storage size of ‘desc’ isn’t known /tmp/airo-wpa-20070427/airo.c:2283: error: implicit declaration of function ‘crypto_hash_setkey’ /tmp/airo-wpa-20070427/airo.c:2288: error: implicit declaration of function ‘crypto_hash_digest’ /tmp/airo-wpa-20070427/airo.c:2266: warning: unused variable ‘desc’ /tmp/airo-wpa-20070427/airo.c: In function ‘stop_airo_card’: /tmp/airo-wpa-20070427/airo.c:2557: error: implicit declaration of function ‘crypto_free_hash’ /tmp/airo-wpa-20070427/airo.c: In function ‘_init_airo_card’: /tmp/airo-wpa-20070427/airo.c:2919: warning: passing argument 2 of ‘request_irq’ from incompatible pointer type /tmp/airo-wpa-20070427/airo.c: In function ‘airo_send_event’: /tmp/airo-wpa-20070427/airo.c:3053: warning: passing argument 4 of ‘wireless_send_event’ from incompatible pointer type /tmp/airo-wpa-20070427/airo.c:3056: warning: passing argument 4 of ‘wireless_send_event’ from incompatible pointer type /tmp/airo-wpa-20070427/airo.c: In function ‘setup_card’: /tmp/airo-wpa-20070427/airo.c:3944: error: implicit declaration of function ‘crypto_alloc_hash’ /tmp/airo-wpa-20070427/airo.c:3944: error: ‘CRYPTO_ALG_ASYNC’ undeclared (first use in this function) /tmp/airo-wpa-20070427/airo.c:3944: error: (Each undeclared identifier is reported only once /tmp/airo-wpa-20070427/airo.c:3944: error: for each function it appears in.) /tmp/airo-wpa-20070427/airo.c:3944: warning: assignment makes pointer from integer without a cast /tmp/airo-wpa-20070427/airo.c:3859: warning: unused variable ‘rc’ /tmp/airo-wpa-20070427/airo.c:3858: warning: unused variable ‘wkr’ /tmp/airo-wpa-20070427/airo.c:3857: warning: unused variable ‘lastindex’ /tmp/airo-wpa-20070427/airo.c: In function ‘timer_func’: /tmp/airo-wpa-20070427/airo.c:5669: warning: unused variable ‘rsp’ /tmp/airo-wpa-20070427/airo.c: In function ‘airo_set_encode_ext’: /tmp/airo-wpa-20070427/airo.c:6559: warning: unused variable ‘rsp’ make[2]: *** [/tmp/airo-wpa-20070427/airo.o] Error 1 make[1]: *** [_module_/tmp/airo-wpa-20070427] Error 2 make[1]: Leaving directory `/usr/src/kernels/2.6.18-8.1.1.el5-i686' make: *** [all] Error 2 _______________________________________________ Airo-wpa-dev mailing list [email protected] https://mail.gna.org/listinfo/airo-wpa-dev
