summaryrefslogtreecommitdiffstats
path: root/bcmdhd/wifi_hal/cpp_bindings.cpp
diff options
context:
space:
mode:
authorVinit Deshpande <vinitd@google.com>2014-05-22 15:46:29 -0700
committerVinit Deshpande <vinitd@google.com>2014-05-22 15:46:29 -0700
commit642bfbe829f5438db3d99ce4678bcb770359a632 (patch)
tree0e89919d02942aa6fd4aed65284fed29f0d832d6 /bcmdhd/wifi_hal/cpp_bindings.cpp
parent189402af54746eed282edcce78b50be05825f12b (diff)
downloadhardware_broadcom_wlan-642bfbe829f5438db3d99ce4678bcb770359a632.zip
hardware_broadcom_wlan-642bfbe829f5438db3d99ce4678bcb770359a632.tar.gz
hardware_broadcom_wlan-642bfbe829f5438db3d99ce4678bcb770359a632.tar.bz2
More Libnl fixes for Broadcom's WifiHAL
We don't look for sequence match on event messages; also removed references to netlink-types which is from an older version. This change also reduces NUM_SCANS_TO_CACHE from 10 to 4 in order to work around a driver bug. Change-Id: I09de75b00a79635b0921a9fb1c2939438bc13287
Diffstat (limited to 'bcmdhd/wifi_hal/cpp_bindings.cpp')
-rw-r--r--bcmdhd/wifi_hal/cpp_bindings.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/bcmdhd/wifi_hal/cpp_bindings.cpp b/bcmdhd/wifi_hal/cpp_bindings.cpp
index 1932202..5b085d8 100644
--- a/bcmdhd/wifi_hal/cpp_bindings.cpp
+++ b/bcmdhd/wifi_hal/cpp_bindings.cpp
@@ -14,9 +14,8 @@
#include <netlink/object-api.h>
#include <netlink/netlink.h>
#include <netlink/socket.h>
-#include <netlink-types.h>
+#include <netlink/handlers.h>
-#include "nl80211_copy.h"
#include <ctype.h>
#include "wifi_hal.h"