usbnet: mcs7830: apply usbnet_link_change
authorMing Lei <ming.lei@canonical.com>
Thu, 11 Apr 2013 04:40:32 +0000 (04:40 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Apr 2013 19:57:16 +0000 (15:57 -0400)
This patch uses the introduced usbnet_link_change() to handle
link change.

Signed-off-by: Ming Lei <ming.lei@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/mcs7830.c

index e1c00e9..03832d3 100644 (file)
@@ -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