]> git.baikalelectronics.ru Git - kernel.git/commit
net: phy: rtl8211: fix interrupt on status link change
authorGiuseppe CAVALLARO <peppe.cavallaro@st.com>
Mon, 19 Aug 2013 06:48:34 +0000 (08:48 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 21 Aug 2013 00:10:58 +0000 (17:10 -0700)
commit473a51a263f73955ad7cf3559d3261c6402fe360
treef12e2f6223bcd01e56c9714bca46602b5c29d26a
parent8ab64d8f4166e08a9fa16b4862bf147dce846718
net: phy: rtl8211: fix interrupt on status link change

This is to fix a problem in the rtl8211 where the driver
wasn't properly enabled the interrupt on link change status.
it has to enable the ineterrupt on the bit 10 in the register 18
(INER).

Reported-by: Sharma Bhupesh <B45370@freescale.com>
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/realtek.c