summaryrefslogtreecommitdiffstats
path: root/bcmdhd/wpa_supplicant_8_lib
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2015-01-05 15:46:34 -0800
committerDmitry Shmidt <dimitrysh@google.com>2015-01-05 15:46:34 -0800
commitd03b96daa081257962977cd633b37d06a79d4d59 (patch)
treed2c1cea99efcb61d4fbb283358df606b3d65abf2 /bcmdhd/wpa_supplicant_8_lib
parentbdd3cf947a559a5fa47c1bfc95e70ff01264d3db (diff)
downloadhardware_broadcom_wlan-d03b96daa081257962977cd633b37d06a79d4d59.zip
hardware_broadcom_wlan-d03b96daa081257962977cd633b37d06a79d4d59.tar.gz
hardware_broadcom_wlan-d03b96daa081257962977cd633b37d06a79d4d59.tar.bz2
bcmdhd: Include driver_nl80211.h from wpa_supplicant repository
Change-Id: Ifefa3604e562c5be34360cf41b712162da7ccbae Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'bcmdhd/wpa_supplicant_8_lib')
-rw-r--r--bcmdhd/wpa_supplicant_8_lib/driver_cmd_nl80211.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/bcmdhd/wpa_supplicant_8_lib/driver_cmd_nl80211.c b/bcmdhd/wpa_supplicant_8_lib/driver_cmd_nl80211.c
index 4b45322..f9dbb95 100644
--- a/bcmdhd/wpa_supplicant_8_lib/driver_cmd_nl80211.c
+++ b/bcmdhd/wpa_supplicant_8_lib/driver_cmd_nl80211.c
@@ -10,15 +10,20 @@
*
*/
-#include <sys/cdefs.h>
-#include "hardware_legacy/driver_nl80211.h"
+#include "includes.h"
+#include <sys/types.h>
+#include <fcntl.h>
+#include <net/if.h>
+
+#include "common.h"
+#include "linux_ioctl.h"
+#include "driver_nl80211.h"
#include "wpa_supplicant_i.h"
#include "config.h"
#ifdef ANDROID
#include "android_drv.h"
#endif
-
typedef struct android_wifi_priv_cmd {
#ifdef BCMDHD_64_BIT_IPC
u64 bufaddr;