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 <quic_jouni@quicinc.com>
This commit is contained in:
Jouni Malinen 2022-02-10 17:52:40 +02:00 committed by Jouni Malinen
parent f43d31dda7
commit 19169a53aa

View 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