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:
parent
f43d31dda7
commit
19169a53aa
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue