From 19169a53aaae8ed0cbedfab9afdf2b2e9994a11c Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Thu, 10 Feb 2022 17:52:40 +0200 Subject: [PATCH] atheros: Do not include p2p.h That wpa_supplicant header file is not needed for driver_atheros.c and maybe was never really needed, so do not include it here to avoid potentially conflicting C preprocessor defines. Signed-off-by: Jouni Malinen --- src/drivers/driver_atheros.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/drivers/driver_atheros.c b/src/drivers/driver_atheros.c index 9b4166d22..cb66dfa9b 100644 --- a/src/drivers/driver_atheros.c +++ b/src/drivers/driver_atheros.c @@ -17,7 +17,6 @@ #include "eloop.h" #include "common/ieee802_11_defs.h" #include "l2_packet/l2_packet.h" -#include "p2p/p2p.h" #include "common.h" #ifndef _BYTE_ORDER