Larry Finger wrote:
With 2.6.30, there was a message something to the effect "vboxnetflt
not using net_device_ops". With 2.6.31, the old method disappears and
one must use the new one.
The required patch is as follows:
Index: src/vboxnetflt/linux/VBoxNetFlt-linux.c
I think you must be ahead of me, as usual :o) My problem is not with
VBoxNetFlt (which still compiles as of this morning's updates) but with
VBoxNetAdp:
kBuild: Compiling VBoxNetAdp -
/home/wa1ter/src/vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c
/home/wa1ter/src/vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c:
In function ‘vboxNetAdpNetDevInit’:
/home/wa1ter/src/vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c:169:
error: ‘struct net_device’ has no member named ‘
open’
/home/wa1ter/src/vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c:170:
error: ‘struct net_device’ has no member named ‘
stop’
/home/wa1ter/src/vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c:171:
error: ‘struct net_device’ has no member named ‘
hard_start_xmit’
/home/wa1ter/src/vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c:172:
error: ‘struct net_device’ has no member named ‘
get_stats’
_______________________________________________
vbox-dev mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-dev