From c831bcda3e2638c55b286bd538415ea79f510cdb Mon Sep 17 00:00:00 2001 From: Vadim Kochan Date: Thu, 4 Aug 2016 19:30:18 +0300 Subject: trafgen: Allow to compile without libnl trafgen uses libnl only to inject mac80211 frames but it might be not needed in some embedded or switch environments. Let's make it possible to disable this feature. In case the `--rfraw' option is used, the user will get a panic message. Signed-off-by: Vadim Kochan Signed-off-by: Tobias Klauser --- mac80211.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mac80211.c') diff --git a/mac80211.c b/mac80211.c index f22b600..9aea5a0 100644 --- a/mac80211.c +++ b/mac80211.c @@ -24,7 +24,6 @@ #include #include -#include "die.h" #include "str.h" #include "dev.h" #include "mac80211.h" -- cgit v1.2.3-54-g00ecf