]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
atheros: Do not include p2p.h
authorJouni Malinen <quic_jouni@quicinc.com>
Thu, 10 Feb 2022 15:52:40 +0000 (17:52 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 10 Feb 2022 15:54:43 +0000 (17:54 +0200)
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 <quic_jouni@quicinc.com>
src/drivers/driver_atheros.c

index 9b4166d22947ef8a48eddc40a133b1f4a7fcd6d5..cb66dfa9bd5fb89775601317870432463323cc33 100644 (file)
@@ -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