Browse Source

nl80211: Remove unneeded header file: ieee802_11_common.h

driver_nl80211.c does not use anything from this header file.
Jouni Malinen 15 years ago
parent
commit
197ef6abef
1 changed files with 0 additions and 4 deletions
  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