mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
usbnet: sierra: apply usbnet_link_change
Use usbnet_link_change to handle link change centrally. Signed-off-by: Ming Lei <ming.lei@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c10b1710e2
commit
9ef2c44160
1 changed files with 1 additions and 2 deletions
|
@ -413,11 +413,10 @@ static void sierra_net_handle_lsi(struct usbnet *dev, char *data,
|
|||
if (link_up) {
|
||||
sierra_net_set_ctx_index(priv, hh->msgspecific.byte);
|
||||
priv->link_up = 1;
|
||||
netif_carrier_on(dev->net);
|
||||
} else {
|
||||
priv->link_up = 0;
|
||||
netif_carrier_off(dev->net);
|
||||
}
|
||||
usbnet_link_change(dev, link_up, 0);
|
||||
}
|
||||
|
||||
static void sierra_net_dosync(struct usbnet *dev)
|
||||
|
|
Loading…
Reference in a new issue