Parcourir la source

nl80211: Remove unneeded header file: ieee802_11_common.h

driver_nl80211.c does not use anything from this header file.
Jouni Malinen il y a 15 ans
Parent
commit
197ef6abef
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0 4
      src/drivers/driver_nl80211.c

+ 0 - 4
src/drivers/driver_nl80211.c

@@ -39,10 +39,6 @@
 #include "../../hostapd/sta_flags.h"
 #endif /* CONFIG_AP || HOSTAPD */
 
-#ifdef HOSTAPD
-#include "ieee802_11_common.h"
-#endif /* HOSTAPD */
-
 #ifdef CONFIG_LIBNL20
 /* libnl 2.0 compatibility code */
 #define nl_handle nl_sock