All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v4] r8169:  Completition on Enable bios support.
@ 2016-02-06  6:49 Corcodel Marian
  0 siblings, 0 replies; only message in thread
From: Corcodel Marian @ 2016-02-06  6:49 UTC (permalink / raw)
  To: netdev; +Cc: Corcodel Marian

Signed-off-by: Corcodel Marian <asd@marian1000.go.ro>
---
 drivers/net/ethernet/realtek/r8169.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c
index 2e83059..1d119a6 100644
--- a/drivers/net/ethernet/realtek/r8169.c
+++ b/drivers/net/ethernet/realtek/r8169.c
@@ -7918,7 +7918,9 @@ static void rtl_wol_shutdown_quirk(struct rtl8169_private *tp)
 	case RTL_GIGA_MAC_VER_11:
 	case RTL_GIGA_MAC_VER_12:
 	case RTL_GIGA_MAC_VER_17:
+#ifndef CONFIG_BIOS_SUPPORT
 		pci_clear_master(tp->pci_dev);
+#endif
 
 		RTL_W8(ChipCmd, CmdRxEnb);
 		/* PCI commit */
-- 
2.5.0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-02-06  6:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-06  6:49 [PATCH net v4] r8169: Completition on Enable bios support Corcodel Marian

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.