]> git.karo-electronics.de Git - karo-tx-linux.git/commit
smsc95xx: mark link down on startup and let PHY interrupt deal with carrier changes
authorPaolo Pisati <paolo.pisati@canonical.com>
Mon, 23 Apr 2012 04:05:20 +0000 (04:05 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 May 2012 16:32:03 +0000 (09:32 -0700)
commit3cb41a56a8dbe5df16c1a6e451dfaef6c387ead5
tree770108cf6836e25055f653c5072e3e02bd85cb1d
parentab83a1346bc7877973e501c323df83e880a82ffb
smsc95xx: mark link down on startup and let PHY interrupt deal with carrier changes

commit 07d69d4238418746a7b85c5d05ec17c658a2a390 upstream.

Without this patch sysfs reports the cable as present

flag@flag-desktop:~$ cat /sys/class/net/eth0/carrier
1

while it's not:

flag@flag-desktop:~$ sudo mii-tool eth0
eth0: no link

Tested on my Beagle XM.

v2: added mantainer to the list of recipient

Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
Acked-by: Steve Glendinning <steve.glendinning@shawell.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/usb/smsc95xx.c