aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorShannon Nelson <snelson@pensando.io>2020-04-30 14:33:41 -0700
committerDavid S. Miller <davem@davemloft.net>2020-04-30 18:02:46 -0700
commit16f3fd3dccaa167525018a2b9f8140f0fe5903d5 (patch)
treeaf692a41cf6058aad8c975533edd0909df6297e2
parentdp83640: reverse arguments to list_add_tail (diff)
downloadwireguard-linux-16f3fd3dccaa167525018a2b9f8140f0fe5903d5.tar.xz
wireguard-linux-16f3fd3dccaa167525018a2b9f8140f0fe5903d5.zip
ionic: no link check until after probe
Don't bother with the link check during probe, let the watchdog notice the first link-up. This allows probe to finish cleanly without any interruptions from over excited user programs opening the device as soon as it is registered. Fixes: c672412f6172 ("ionic: remove lifs on fw reset") Signed-off-by: Shannon Nelson <snelson@pensando.io> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/net/ethernet/pensando/ionic/ionic_lif.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ethernet/pensando/ionic/ionic_lif.c b/drivers/net/ethernet/pensando/ionic/ionic_lif.c
index 5acf4f46c268..bbc6c79e0f04 100644
--- a/drivers/net/ethernet/pensando/ionic/ionic_lif.c
+++ b/drivers/net/ethernet/pensando/ionic/ionic_lif.c
@@ -2549,8 +2549,6 @@ int ionic_lifs_register(struct ionic *ionic)
dev_err(ionic->dev, "Cannot register net device, aborting\n");
return err;
}
-
- ionic_link_status_check_request(ionic->master_lif);
ionic->master_lif->registered = true;
return 0;