On Mon, Mar 04, 2013 at 01:47:05 +0800, Marek Lindner wrote:
On Monday, March 04, 2013 01:34:36 Antonio Quartulli wrote:
if (master && master->netdev_ops->ndo_del_slave) {
ret = master->netdev_ops->ndo_del_slave(master,
hard_iface->net_dev
);
Aren't we going to have compat trouble with this one ?
Yes. Kernels before 2.6.39 do not have the ndo_del_slave() op. We need a way to make this code compatible..
Cheers,