netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH resend 1/3] Revert "net: fec: fix missing napi_disable call"
@ 2013-04-26  8:52 Lucas Stach
  2013-04-26  8:52 ` [PATCH resend 2/3] Revert "net: fec: put tx to napi poll function to fix dead lock" Lucas Stach
                   ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: Lucas Stach @ 2013-04-26  8:52 UTC (permalink / raw)
  To: netdev@vger.kernel.org
  Cc: David Miller, Frank Li, Fabio Estevam, Shawn Guo, Lucas Stach

This reverts commit 3f104c38259dcb3e5443c246f0805bc04d887cc3.

In preparaton to revert the other NAPI related changes.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 drivers/net/ethernet/freescale/fec.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/ethernet/freescale/fec.c b/drivers/net/ethernet/freescale/fec.c
index 73195f6..afb52eb 100644
--- a/drivers/net/ethernet/freescale/fec.c
+++ b/drivers/net/ethernet/freescale/fec.c
@@ -1490,7 +1490,6 @@ fec_enet_close(struct net_device *ndev)
 	struct fec_enet_private *fep = netdev_priv(ndev);
 
 	/* Don't know what to do yet. */
-	napi_disable(&fep->napi);
 	fep->opened = 0;
 	netif_stop_queue(ndev);
 	fec_stop(ndev);
-- 
1.8.2.rc2

^ permalink raw reply related	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2013-05-02  1:51 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-26  8:52 [PATCH resend 1/3] Revert "net: fec: fix missing napi_disable call" Lucas Stach
2013-04-26  8:52 ` [PATCH resend 2/3] Revert "net: fec: put tx to napi poll function to fix dead lock" Lucas Stach
2013-04-26  8:52 ` [PATCH resend 3/3] Revert "net: fec: add napi support to improve proformance" Lucas Stach
2013-04-26  9:32 ` [PATCH resend 1/3] Revert "net: fec: fix missing napi_disable call" Frank Li
2013-04-26 13:44   ` Robert Schwebel
2013-04-26 18:33     ` David Miller
2013-04-27  9:05       ` Robert Schwebel
2013-04-27 10:26         ` Frank Li
2013-04-27 12:06           ` Francois Romieu
2013-04-27 12:43             ` Frank Li
2013-04-27 19:16               ` Francois Romieu
2013-04-28  3:09                 ` Frank Li
2013-04-28  4:31                   ` Frank Li
2013-04-28  9:40                     ` Francois Romieu
2013-04-28 10:03                       ` Frank Li
2013-04-28  9:39                   ` Francois Romieu
2013-04-28 10:05                     ` Frank Li
2013-04-28 17:57                       ` Francois Romieu
2013-04-28 23:45                         ` Frank Li
2013-04-29 13:46           ` Lucas Stach
2013-05-02  1:51             ` Frank Li
2013-04-28  5:11         ` David Miller
2013-04-28 17:27           ` Robert Schwebel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).