summaryrefslogtreecommitdiff
path: root/qcwcn/wifi_hal/tdls.cpp
diff options
context:
space:
mode:
authormukesh agrawal <quiche@google.com>2016-04-13 14:03:27 -0700
committerMukesh Agrawal <quiche@google.com>2016-04-13 22:12:44 +0000
commitcb0a2e6be7a1805d26d3a07487f7277c4e60b7f4 (patch)
tree1d4c3c68506fc892773052bd45f133d410508e2e /qcwcn/wifi_hal/tdls.cpp
parent48c79d6a55c49d4218f99150682428e6f1fe699f (diff)
downloadwlan-cb0a2e6be7a1805d26d3a07487f7277c4e60b7f4.tar.gz
Wifi-HAL: remove some calls to ALOGV
Originally part of https://partner-android-review.googlesource.com/#/c/558740 BUG=27698661 TEST=compile Change-Id: I10c66782f1dea5e17722c1c4f3958fcd7250fb01
Diffstat (limited to 'qcwcn/wifi_hal/tdls.cpp')
-rwxr-xr-xqcwcn/wifi_hal/tdls.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qcwcn/wifi_hal/tdls.cpp b/qcwcn/wifi_hal/tdls.cpp
index 89dea7a..a24384f 100755
--- a/qcwcn/wifi_hal/tdls.cpp
+++ b/qcwcn/wifi_hal/tdls.cpp
@@ -43,7 +43,6 @@ TdlsCommand* TdlsCommand::mTdlsCommandInstance = NULL;
TdlsCommand::TdlsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd)
: WifiVendorCommand(handle, id, vendor_id, subcmd)
{
- ALOGV("TdlsCommand %p constructed", this);
memset(&mHandler, 0, sizeof(mHandler));
memset(&mTDLSgetStatusRspParams, 0, sizeof(wifi_tdls_status));
mRequestId = 0;