Comment 3 for bug 580548

Revision history for this message
Nikolay Kuchumov (kuchumovn) wrote :

The official drivers aren't compiling because of the Linux Kernel update:

/home/kuchumovn/LinuxDrivers/Lan/atl1e/src/at_main.c:397: error: ‘struct net_device’ has no member named ‘open’
/home/kuchumovn/LinuxDrivers/Lan/atl1e/src/at_main.c:398: error: ‘struct net_device’ has no member named ‘stop’
/home/kuchumovn/LinuxDrivers/Lan/atl1e/src/at_main.c:399: error: ‘struct net_device’ has no member named ‘hard_start_xmit’
/home/kuchumovn/LinuxDrivers/Lan/atl1e/src/at_main.c:400: error: ‘struct net_device’ has no member named ‘get_stats’
/home/kuchumovn/LinuxDrivers/Lan/atl1e/src/at_main.c:401: error: ‘struct net_device’ has no member named ‘set_multicast_list’
/home/kuchumovn/LinuxDrivers/Lan/atl1e/src/at_main.c:402: error: ‘struct net_device’ has no member named ‘set_mac_address’
/home/kuchumovn/LinuxDrivers/Lan/atl1e/src/at_main.c:403: error: ‘struct net_device’ has no member named ‘change_mtu’
/home/kuchumovn/LinuxDrivers/Lan/atl1e/src/at_main.c:404: error: ‘struct net_device’ has no member named ‘do_ioctl’
/home/kuchumovn/LinuxDrivers/Lan/atl1e/src/at_main.c:415: error: ‘struct net_device’ has no member named ‘tx_timeout’
/home/kuchumovn/LinuxDrivers/Lan/atl1e/src/at_main.c:423: error: ‘struct net_device’ has no member named ‘vlan_rx_register’
/home/kuchumovn/LinuxDrivers/Lan/atl1e/src/at_main.c:426: error: ‘struct net_device’ has no member named ‘poll_controller’