]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
atheros: Allow flattened driver include file directories
authorMathieu Olivari <mathieu@qca.qualcomm.com>
Mon, 26 Sep 2011 08:49:22 +0000 (11:49 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 26 Sep 2011 08:49:22 +0000 (11:49 +0300)
Remove the full driver path to the driver header file to make it
easier to use common include directory for all driver headers.

src/drivers/driver_atheros.c

index 27ea18f8672c61c1683c8bbe0cd67e77e8db9eb2..de77e6bb7b5f2f19c083cda0f96681bda3de687f 100644 (file)
@@ -34,7 +34,7 @@
  */
 #define ATH_WPS_IE
 
-#include "os/linux/include/ieee80211_external.h"
+#include "ieee80211_external.h"
 
 
 #ifdef CONFIG_WPS