Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4be74c13 authored by Ming Lei's avatar Ming Lei Committed by David S. Miller
Browse files

usbnet: mcs7830: apply usbnet_link_change



This patch uses the introduced usbnet_link_change() to handle
link change.

Signed-off-by: default avatarMing Lei <ming.lei@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f24ba7bc
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -576,10 +576,7 @@ static void mcs7830_status(struct usbnet *dev, struct urb *urb)
		 */
		if (data->link_counter > 20) {
			data->link_counter = 0;
			if (link)
				netif_carrier_on(dev->net);
			else
				netif_carrier_off(dev->net);
			usbnet_link_change(dev, link, 0);
			netdev_dbg(dev->net, "Link Status is: %d\n", link);
		}
	} else