]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
nl80211: Remove unneeded header file: ieee802_11_common.h
authorJouni Malinen <j@w1.fi>
Sun, 29 Nov 2009 11:06:44 +0000 (13:06 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 29 Nov 2009 11:06:44 +0000 (13:06 +0200)
driver_nl80211.c does not use anything from this header file.

src/drivers/driver_nl80211.c

index ab47a673859ade4e1f4a17564541b3ceb5d2a702..33076a11d3f0ffebf943973fdaecc7e3b4c70baf 100644 (file)
 #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