Commit 1b23a3e3d1b969e285c57a2d38f3739283ecfb80

Authored by hayeswang
Committed by David S. Miller
1 parent 649b3b8c4e

r8169: fix wrong eee setting for rlt8111evl

Correct the wrong parameter for setting EEE for RTL8111E-VL.

Signed-off-by: Hayes Wang <hayeswang@realtek.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -2859,7 +2859,7 @@
2859 2859 rtl_writephy(tp, 0x1f, 0x0004);
2860 2860 rtl_writephy(tp, 0x1f, 0x0007);
2861 2861 rtl_writephy(tp, 0x1e, 0x0020);
2862   - rtl_w1w0_phy(tp, 0x06, 0x0000, 0x0100);
  2862 + rtl_w1w0_phy(tp, 0x15, 0x0000, 0x0100);
2863 2863 rtl_writephy(tp, 0x1f, 0x0002);
2864 2864 rtl_writephy(tp, 0x1f, 0x0000);
2865 2865 rtl_writephy(tp, 0x0d, 0x0007);