From 4ba8edfbd44814d2e2c7b8167401344ddd8f2736 Mon Sep 17 00:00:00 2001 From: Vishal Mahaveer Date: Thu, 15 Oct 2015 13:51:37 -0500 Subject: wlan: fix build issues with Android M driver_nl80211.h is now moved from libhardware_legacy to wpa_supplicant project Signed-off-by: Vishal Mahaveer --- mac80211/wpa_supplicant_lib/Android.mk | 1 + mac80211/wpa_supplicant_lib/driver_mac80211_nl.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mac80211/wpa_supplicant_lib/Android.mk b/mac80211/wpa_supplicant_lib/Android.mk index ec47816e..601f5a61 100644 --- a/mac80211/wpa_supplicant_lib/Android.mk +++ b/mac80211/wpa_supplicant_lib/Android.mk @@ -55,6 +55,7 @@ endif INCLUDES = $(WPA_SUPPL_DIR) \ $(WPA_SUPPL_DIR)/src \ + $(WPA_SUPPL_DIR)/src/drivers \ $(WPA_SUPPL_DIR)/src/common \ $(WPA_SUPPL_DIR)/src/drivers \ $(WPA_SUPPL_DIR)/src/l2_packet \ diff --git a/mac80211/wpa_supplicant_lib/driver_mac80211_nl.c b/mac80211/wpa_supplicant_lib/driver_mac80211_nl.c index 11a8934c..fa8d1b4a 100644 --- a/mac80211/wpa_supplicant_lib/driver_mac80211_nl.c +++ b/mac80211/wpa_supplicant_lib/driver_mac80211_nl.c @@ -24,7 +24,7 @@ #include "config_ssid.h" #include "wpa_debug.h" #include "linux_ioctl.h" -#include "hardware_legacy/driver_nl80211.h" +#include "driver_nl80211.h" #define WPA_EVENT_DRIVER_STATE "CTRL-EVENT-DRIVER-STATE " #define DRV_NUMBER_SEQUENTIAL_ERRORS 4 -- cgit v1.2.3