Commit b00e69de authored by Cyril Brulebois's avatar Cyril Brulebois Committed by David S. Miller

r8169: Fix WoL on RTL8168d/8111d.

This regression was spotted between Debian squeeze and Debian wheezy
kernels (respectively based on 2.6.32 and 3.2). More info about
Wake-on-LAN issues with Realtek's 816x chipsets can be found in the
following thread: http://marc.info/?t=132079219400004

Probable regression from d4ed95d7;
more chipsets are likely affected.

Tested on top of a 3.2.23 kernel.
Reported-by: default avatarFlorent Fourcot <florent.fourcot@enst-bretagne.fr>
Tested-by: default avatarFlorent Fourcot <florent.fourcot@enst-bretagne.fr>
Hinted-by: default avatarFrancois Romieu <romieu@fr.zoreil.com>
Signed-off-by: default avatarCyril Brulebois <kibi@debian.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 175c0dff
......@@ -3827,6 +3827,8 @@ static void rtl_wol_suspend_quirk(struct rtl8169_private *tp)
void __iomem *ioaddr = tp->mmio_addr;
switch (tp->mac_version) {
case RTL_GIGA_MAC_VER_25:
case RTL_GIGA_MAC_VER_26:
case RTL_GIGA_MAC_VER_29:
case RTL_GIGA_MAC_VER_30:
case RTL_GIGA_MAC_VER_32:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment