Browse Source

atheros: Allow flattened driver include file directories

Remove the full driver path to the driver header file to make it
easier to use common include directory for all driver headers.
Mathieu Olivari 13 years ago
parent
commit
8a8c1c0ea5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/drivers/driver_atheros.c

+ 1 - 1
src/drivers/driver_atheros.c

@@ -34,7 +34,7 @@
  */
  */
 #define ATH_WPS_IE
 #define ATH_WPS_IE
 
 
-#include "os/linux/include/ieee80211_external.h"
+#include "ieee80211_external.h"
 
 
 
 
 #ifdef CONFIG_WPS
 #ifdef CONFIG_WPS