From: Jouni Malinen Date: Thu, 10 Feb 2022 15:52:40 +0000 (+0200) Subject: atheros: Do not include p2p.h X-Git-Tag: hostap_2_11~2241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19169a53aaae8ed0cbedfab9afdf2b2e9994a11c;p=thirdparty%2Fhostap.git 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 --- 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