|
@@ -1217,10 +1217,10 @@ static int __init ic_dynamic(void)
|
|
get_random_bytes(&timeout, sizeof(timeout));
|
|
get_random_bytes(&timeout, sizeof(timeout));
|
|
timeout = CONF_BASE_TIMEOUT + (timeout % (unsigned int) CONF_TIMEOUT_RANDOM);
|
|
timeout = CONF_BASE_TIMEOUT + (timeout % (unsigned int) CONF_TIMEOUT_RANDOM);
|
|
for (;;) {
|
|
for (;;) {
|
|
|
|
+#ifdef IPCONFIG_BOOTP
|
|
/* Track the device we are configuring */
|
|
/* Track the device we are configuring */
|
|
ic_dev_xid = d->xid;
|
|
ic_dev_xid = d->xid;
|
|
|
|
|
|
-#ifdef IPCONFIG_BOOTP
|
|
|
|
if (do_bootp && (d->able & IC_BOOTP))
|
|
if (do_bootp && (d->able & IC_BOOTP))
|
|
ic_bootp_send_if(d, jiffies - start_jiffies);
|
|
ic_bootp_send_if(d, jiffies - start_jiffies);
|
|
#endif
|
|
#endif
|