summaryrefslogtreecommitdiffstats
path: root/src/net/80211/wep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/80211/wep.c')
-rw-r--r--src/net/80211/wep.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/net/80211/wep.c b/src/net/80211/wep.c
index 1c37e0c3..3b104552 100644
--- a/src/net/80211/wep.c
+++ b/src/net/80211/wep.c
@@ -18,11 +18,11 @@
FILE_LICENCE ( GPL2_OR_LATER );
-#include <gpxe/net80211.h>
-#include <gpxe/sec80211.h>
-#include <gpxe/crypto.h>
-#include <gpxe/arc4.h>
-#include <gpxe/crc32.h>
+#include <ipxe/net80211.h>
+#include <ipxe/sec80211.h>
+#include <ipxe/crypto.h>
+#include <ipxe/arc4.h>
+#include <ipxe/crc32.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>