Re: [RFC] Configuring synchronous interfaces in Linux

From: Philip Blundell (philb@gnu.org)
Date: Sun Dec 03 2000 - 06:10:59 EST


>Does it? At which point? To me it looks like it calls dev->do_ioctl
>or am I missing something?

It uses SIOCSIFMAP, which (I think) winds up in dev.c here:

        case SIOCSIFMAP:
                        if (dev->set_config) {
                                if (!netif_device_present(dev))
                                        return -ENODEV;
                                return dev->set_config(dev,&ifr->ifr_map);
                        }
                        return -EOPNOTSUPP;
        
p.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Dec 07 2000 - 21:00:09 EST