LINKCHANGE_INT
schedule_delayed_work(&ndev_ctx->dwork, LINKCHANGE_INT);
next_reconfig = ndev_ctx->last_reconfig + LINKCHANGE_INT;
delay = delay < LINKCHANGE_INT ? delay : LINKCHANGE_INT;
schedule_delayed_work(&ndev_ctx->dwork, LINKCHANGE_INT);