]> git.karo-electronics.de Git - karo-tx-linux.git/commit
skge: MTU changing fix
authorStephen Hemminger <shemminger@linux-foundation.org>
Wed, 28 Nov 2007 22:25:05 +0000 (14:25 -0800)
committerJeff Garzik <jeff@garzik.org>
Sat, 1 Dec 2007 21:32:30 +0000 (16:32 -0500)
commit1a8098be987d3fa00c9fe9d2b68154675df49112
tree3e28b7e5d2de30da8c7be5f75374a364a63b9cec
parent44c7fccec4098772b9451a252d162faea4f0cc34
skge: MTU changing fix

The code to change MTU doesn't correctly handle all the chip variations
and requirements for restarting.  On Genesis chips changing MTU would just
cause receiver to hang.
Use a simpler approach of just taking link down/up if needed.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/skge.c