summaryrefslogtreecommitdiff
path: root/qcwcn
diff options
context:
space:
mode:
authormukesh agrawal <quiche@google.com>2016-04-12 17:26:59 -0700
committerMukesh Agrawal <quiche@google.com>2016-04-14 18:28:59 +0000
commitcf3345b0ab08b9b4e8cd742fcfc8779cfc3bf0bc (patch)
tree507cb93adaf3624a376e240a25a8ea28e7f014f9 /qcwcn
parentcb0a2e6be7a1805d26d3a07487f7277c4e60b7f4 (diff)
downloadwlan-cf3345b0ab08b9b4e8cd742fcfc8779cfc3bf0bc.tar.gz
Wifi-HAL: remove some calls to ALOGE
Originally part of https://partner-android-review.googlesource.com/#/c/558740 BUG=27698661 TEST=compile Change-Id: I4b94a1e8e0d155fb78e128e9ffe29b050fba9ecc
Diffstat (limited to 'qcwcn')
-rw-r--r--qcwcn/wifi_hal/common.cpp4
-rwxr-xr-xqcwcn/wifi_hal/ifaceeventhandler.cpp2
2 files changed, 0 insertions, 6 deletions
diff --git a/qcwcn/wifi_hal/common.cpp b/qcwcn/wifi_hal/common.cpp
index 91fa7a4..270d9fb 100644
--- a/qcwcn/wifi_hal/common.cpp
+++ b/qcwcn/wifi_hal/common.cpp
@@ -429,10 +429,6 @@ lowi_cb_table_t *getLowiCallbackTable(u32 requested_lowi_capabilities)
}
if ((lowiSupportedCapabilities & requested_lowi_capabilities) == 0) {
- ALOGE("%s: requested lowi capabilities: 0x%08x is not "
- " in supported capabilities: 0x%08x. Return NULL.",
- __FUNCTION__, requested_lowi_capabilities,
- lowiSupportedCapabilities);
return NULL;
}
return LowiWifiHalApi;
diff --git a/qcwcn/wifi_hal/ifaceeventhandler.cpp b/qcwcn/wifi_hal/ifaceeventhandler.cpp
index c949b80..ef01bf1 100755
--- a/qcwcn/wifi_hal/ifaceeventhandler.cpp
+++ b/qcwcn/wifi_hal/ifaceeventhandler.cpp
@@ -45,8 +45,6 @@ wifi_error wifi_set_iface_event_handler(wifi_request_id id,
interface_info *ifaceInfo = getIfaceInfo(iface);
wifi_handle wifiHandle = getWifiHandle(iface);
- ALOGE("Setting iface event handler, halHandle = %p", wifiHandle);
-
/* Check if a similar request to set iface event handler was made earlier.
* Right now we don't differentiate between the case where (i) the new
* Request Id is different from the current one vs (ii) both new and