Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757872AbaLIQqp (ORCPT ); Tue, 9 Dec 2014 11:46:45 -0500 Received: from rtits2.realtek.com ([60.250.210.242]:49405 "EHLO rtits2.realtek.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757765AbaLIQqZ (ORCPT ); Tue, 9 Dec 2014 11:46:25 -0500 Authenticated-By: X-SpamFilter-By: BOX Solutions SpamTrap 5.49 with qID sB9GkNJ4027550, This message is accepted by code: ctloc85258 From: Chunhao Lin To: CC: , , Chunhao Lin Subject: [PATCH net-next 9/9] r8169:update rtl8402 ephy parameter Date: Wed, 10 Dec 2014 00:46:03 +0800 Message-ID: <1418143563-7652-10-git-send-email-hau@realtek.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1418143563-7652-1-git-send-email-hau@realtek.com> References: <1418143563-7652-1-git-send-email-hau@realtek.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [172.21.71.94] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Update rtl8402 ephy parameter to improve pcie compatibility. Signed-off-by: Chunhao Lin --- drivers/net/ethernet/realtek/r8169.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c index 56bcd96..d6b64f5 100644 --- a/drivers/net/ethernet/realtek/r8169.c +++ b/drivers/net/ethernet/realtek/r8169.c @@ -6478,8 +6478,7 @@ static void rtl_hw_start_8402(struct rtl8169_private *tp) { void __iomem *ioaddr = tp->mmio_addr; static const struct ephy_info e_info_8402[] = { - { 0x19, 0xffff, 0xff64 }, - { 0x1e, 0, 0x4000 } + { 0x19, 0xffff, 0xff64 } }; rtl_csi_access_enable_2(tp); -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/