[PATCH][KS8695] Mark network interface as running on ifconfig up
From: davem@davemloft.net (David Miller)
Date: 2010-02-26 09:20:57
Also in:
netdev
From: davem@davemloft.net (David Miller)
Date: 2010-02-26 09:20:57
Also in:
netdev
From: Yegor Yefremov <redacted> Date: Mon, 22 Feb 2010 16:47:58 +0100
[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 <redacted>
Looks good, applied. Please do not put text you want to make it into the commit message header line in brackets "[]", those get removed by automated tools that apply patches because patches are usually posted as: Subject: [PATCH N/M] xxxx and the GIT tools kill all the text inside of the brackets so that the commit header properly reads "xxx" Thanks.