in the 2.6.24 series kernel struct sk_buff is changed (i think) so...
this happens...
make install
make -C /lib/modules/2.6.24-gentoo/source O=/lib/modules/2.6.24-gentoo/build SUBDIRS=/home/bianco/workspace/atl1-2.0.7-linux-2.6.20 modules
make[1]: Entering directory `/usr/src/linux-2.6.24-gentoo'
CC [M] /home/bianco/workspace/atl1-2.0.7-linux-2.6.20/atl1_main.o
/home/bianco/workspace/atl1-2.0.7-linux-2.6.20/atl1_main.c: In function 'atl1_vlan_rx_kill_vid':
/home/bianco/workspace/atl1-2.0.7-linux-2.6.20/atl1_main.c:1256: error: 'struct vlan_group' has no member named 'vlan_devices'
/home/bianco/workspace/atl1-2.0.7-linux-2.6.20/atl1_main.c: In function 'atl1_restore_vlan':
/home/bianco/workspace/atl1-2.0.7-linux-2.6.20/atl1_main.c:1269: error: 'struct vlan_group' has no member named 'vlan_devices'
/home/bianco/workspace/atl1-2.0.7-linux-2.6.20/atl1_main.c: In function 'atl1_tso':
/home/bianco/workspace/atl1-2.0.7-linux-2.6.20/atl1_main.c:1300: error: 'struct sk_buff' has no member named 'nh'
/home/bianco/workspace/atl1-2.0.7-linux-2.6.20/atl1_main.c:1301: error: 'struct sk_buff' has no member named 'nh'
/home/bianco/workspace/atl1-2.0.7-linux-2.6.20/atl1_main.c:1302: error: 'struct sk_buff' has no member named 'h'
/home/bianco/workspace/atl1-2.0.7-linux-2.6.20/atl1_main.c:1303: error: 'struct sk_buff' has no member named 'nh'
/home/bianco/workspace/atl1-2.0.7-linux-2.6.20/atl1_main.c:1304: error: 'struct sk_buff' has no member named 'nh'
/home/bianco/workspace/atl1-2.0.7-linux-2.6.20/atl1_main.c:1306: error: 'struct sk_buff' has no member named 'nh'
/home/bianco/workspace/atl1-2.0.7-linux-2.6.20/atl1_main.c:1310: error: 'struct sk_buff' has no member named 'nh'
/home/bianco/workspace/atl1-2.0.7-linux-2.6.20/atl1_main.c:1312: error: 'struct sk_buff' has no member named 'h'
/home/bianco/workspace/atl1-2.0.7-linux-2.6.20/atl1_main.c: In function 'atl1_tx_csum':
/home/bianco/workspace/atl1-2.0.7-linux-2.6.20/atl1_main.c:1331: error: 'struct sk_buff' has no member named 'h'
/home/bianco/workspace/atl1-2.0.7-linux-2.6.20/atl1_main.c:1332: error: 'struct sk_buff' has no member named 'h'
/home/bianco/workspace/atl1-2.0.7-linux-2.6.20/atl1_main.c: In function 'atl1_tx_map':
/home/bianco/workspace/atl1-2.0.7-linux-2.6.20/atl1_main.c:1375: error: 'struct sk_buff' has no member named 'h'
/home/bianco/workspace/atl1-2.0.7-linux-2.6.20/atl1_main.c:1375: error: 'struct sk_buff' has no member named 'h'
/home/bianco/workspace/atl1-2.0.7-linux-2.6.20/atl1_main.c: In function 'atl1_xmit_frame':
/home/bianco/workspace/atl1-2.0.7-linux-2.6.20/atl1_main.c:1567: error: 'struct sk_buff' has no member named 'h'
/home/bianco/workspace/atl1-2.0.7-linux-2.6.20/atl1_main.c:1568: error: 'struct sk_buff' has no member named 'h'
make[3]: *** [/home/bianco/workspace/atl1-2.0.7-linux-2.6.20/atl1_main.o] Error 1
make[2]: *** [_module_/home/bianco/workspace/atl1-2.0.7-linux-2.6.20] Error 2
make[1]: *** [sub-make] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.24-gentoo'
make: *** [default] Error 2
coul'd you help me? i've nevere used this struct so i can't patch it for you... sorry!
Logged In: NO
okokok,
drivers in kernel 2.6.25 may solve my wol problem...
i'll try.
anyway thank you
Logged In: NO
okokok,
drivers in kernel 2.6.25 may solve my wol problem...
i'll try.
anyway thank you