]> git.baikalelectronics.ru Git - kernel.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)
commit27b364933c82beb5381cff9f7393f9b49eb2a78f
tree0fd40553500a8172383314ccad0c40eda013f9e2
parent1245bedacab96baac0b887428706a83cd671caf9
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