1. NAME

netdev_boot_setup_check - check boot time settings

2. SYNOPSIS

int netdev_boot_setup_check(struct net_device *  dev );

3. ARGUMENTS

dev
    the netdevice

4. DESCRIPTION

Check boot time settings for the device. The found settings are set for the device to be used later in the device probing. Returns 0 if no settings found, 1 if they are.

5. COPYRIGHT