r8152: fix the carrier off when autoresuming
authorhayeswang <hayeswang@realtek.com>
Tue, 23 Sep 2014 08:31:47 +0000 (16:31 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Sep 2014 20:13:17 +0000 (16:13 -0400)
commit445f7f4d62628cb2971db884084d162ecb622ec7
treee32d834fc77c2018056b0910816cc7ce0b9ee868
parent9026968abe7ad102f4ac5c6d96d733643f75399c
r8152: fix the carrier off when autoresuming

netif_carrier_off would be called when autoresuming, even though
the cable is plugged. This causes some applications do relative
actions when detecting the carrier off. Keep the status of the
carrier, and let it be modified when the linking change occurs.

Signed-off-by: Hayes Wang <hayeswang@realtek.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/r8152.c