]> bbs.cooldavid.org Git - net-next-2.6.git/commit
KS8695: Don't call netif_carrier_off() from ndo_stop()
authorYegor Yefremov <yegor_sub1@visionsystems.de>
Mon, 22 Feb 2010 05:47:58 +0000 (05:47 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Feb 2010 09:19:39 +0000 (01:19 -0800)
commit9abd5438641425c2f8a3a399c921747a4fb55adc
tree0fd40553500a8172383314ccad0c40eda013f9e2
parent19bc291c99f018bd4f2c38bbf69144086dca903f
KS8695: Don't call netif_carrier_off() from ndo_stop()

netif_carrier_on() and netif_carrier_off() should be called from
link status interrupt handler

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/arm/ks8695net.c