From d4894f0127399cb3a91c6e8e0b450ce71573eec9 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 4 Jan 2007 03:44:36 +0000 Subject: [PATCH] We *should* use the persistent reference API for our netdev reference, but there's so much else missing that it's not worth doing right now. --- src/interface/pxe/pxe.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/interface/pxe/pxe.c b/src/interface/pxe/pxe.c index 80b411db2..8aa7df0d7 100644 --- a/src/interface/pxe/pxe.c +++ b/src/interface/pxe/pxe.c @@ -25,6 +25,7 @@ #include "dev.h" #include "pxe.h" +#warning "pxe_netdev should hold a persistent reference to the net device" struct net_device *pxe_netdev = NULL; #if 0