nl80211: Remove unneeded header file: ieee802_11_common.h

driver_nl80211.c does not use anything from this header file.
This commit is contained in:
Jouni Malinen 2009-11-29 13:06:44 +02:00
parent fc4e2d9501
commit 197ef6abef

View file

@ -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