From: Jouni Malinen Date: Tue, 14 Apr 2020 16:23:09 +0000 (+0300) Subject: nl80211: Remove unnecessary inclusion of l2_packet.h X-Git-Tag: hostap_2_10~1462 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b222b6130affccd3b88cc1673a17f05d02d59bc;p=thirdparty%2Fhostap.git nl80211: Remove unnecessary inclusion of l2_packet.h The only l2_packet use within this file was removed by commit d12dab4c6f9e ("nl80211: Use non-receiving socket for EAPOL TX"). Signed-off-by: Jouni Malinen --- diff --git a/src/drivers/driver_nl80211.c b/src/drivers/driver_nl80211.c index 3b7c31c89..21f5000b0 100644 --- a/src/drivers/driver_nl80211.c +++ b/src/drivers/driver_nl80211.c @@ -30,7 +30,6 @@ #include "common/ieee802_11_defs.h" #include "common/ieee802_11_common.h" #include "common/wpa_common.h" -#include "l2_packet/l2_packet.h" #include "netlink.h" #include "linux_defines.h" #include "linux_ioctl.h"