summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAltaf-Mahdi <altaf.mahdi@gmail.com>2016-07-11 16:03:06 +0100
committerMichael Bestas <mikeioannina@gmail.com>2017-01-02 00:42:31 +0200
commitbf5cc6cbb231e9cc08320149989288a8e19de7c4 (patch)
tree4dc61510b01cc2fc7d99a91cc3c10b13e9cae7eb
parent80c4862490da89c97e50002058fe978837d029a4 (diff)
downloadandroid_hardware_qcom_wlan-bf5cc6cbb231e9cc08320149989288a8e19de7c4.tar.gz
android_hardware_qcom_wlan-bf5cc6cbb231e9cc08320149989288a8e19de7c4.tar.bz2
android_hardware_qcom_wlan-bf5cc6cbb231e9cc08320149989288a8e19de7c4.zip
wifi-hal: stop the UMAC logspam
Change-Id: I93818d0ccb31c281613c9c1cd0d4945aa441a7ae
-rw-r--r--qcwcn/wifi_hal/wifilogger_diag.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qcwcn/wifi_hal/wifilogger_diag.cpp b/qcwcn/wifi_hal/wifilogger_diag.cpp
index ede3050..d0d98a8 100644
--- a/qcwcn/wifi_hal/wifilogger_diag.cpp
+++ b/qcwcn/wifi_hal/wifilogger_diag.cpp
@@ -2104,7 +2104,7 @@ wifi_error diag_message_handler(hal_info *info, nl_msg *msg)
if (wnl->nlh.nlmsg_type == ANI_NL_MSG_PUMAC) {
if ((wnl->nlh.nlmsg_len <= sizeof(tAniNlHdr)) ||
(wnl->nlh.nlmsg_len < (sizeof(tAniNlHdr) + ntohs(wnl->wmsg.length)))) {
- ALOGE("Received UMAC message with insufficent length: %d",
+ ALOGV("Received UMAC message with insufficent length: %d",
wnl->nlh.nlmsg_len);
return WIFI_ERROR_UNKNOWN;
}