We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d4955 commit d7e2d76Copy full SHA for d7e2d76
drivers/net/ethernet/realtek/r8169_main.c
@@ -5358,7 +5358,7 @@ static void rtl_init_mac_address(struct rtl8169_private *tp)
5358
/* register is set if system vendor successfully tested ASPM 1.2 */
5359
static bool rtl_aspm_is_safe(struct rtl8169_private *tp)
5360
{
5361
- if (tp->mac_version >= RTL_GIGA_MAC_VER_61 &&
+ if (tp->mac_version >= RTL_GIGA_MAC_VER_46 &&
5362
r8168_mac_ocp_read(tp, 0xc0b2) & 0xf)
5363
return true;
5364
0 commit comments