]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
nl80211: Remove unnecessary inclusion of l2_packet.h
authorJouni Malinen <jouni@codeaurora.org>
Tue, 14 Apr 2020 16:23:09 +0000 (19:23 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 14 Apr 2020 16:28:05 +0000 (19:28 +0300)
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 <jouni@codeaurora.org>
src/drivers/driver_nl80211.c

index 3b7c31c8949267dbea39710717cc32d056d21e95..21f5000b056addec50c7ebf1d13a5f5b04290656 100644 (file)
@@ -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"