summaryrefslogtreecommitdiffstats
path: root/bcmdhd/wifi_hal
diff options
context:
space:
mode:
authorVinit Deshpande <vinitd@google.com>2015-06-03 15:41:49 -0700
committerVinit Deshpande <vinitd@google.com>2015-06-03 15:48:16 -0700
commit854a437fc5530b1555cd469319d1f96ba184b178 (patch)
tree9311a1c9deeb97b57accac6ca06bd5973baaa269 /bcmdhd/wifi_hal
parent7475da732b09fd89a54ef829f4683d2634383d9d (diff)
downloadhardware_broadcom_wlan-854a437fc5530b1555cd469319d1f96ba184b178.zip
hardware_broadcom_wlan-854a437fc5530b1555cd469319d1f96ba184b178.tar.gz
hardware_broadcom_wlan-854a437fc5530b1555cd469319d1f96ba184b178.tar.bz2
Shut up a noisy log from HAL
Bug: 20416721 Change-Id: I2cc1b4404952365e31c2dc705374d30c59930ef9
Diffstat (limited to 'bcmdhd/wifi_hal')
-rw-r--r--bcmdhd/wifi_hal/wifi_hal.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bcmdhd/wifi_hal/wifi_hal.cpp b/bcmdhd/wifi_hal/wifi_hal.cpp
index d2e0c34..03bcc4b 100644
--- a/bcmdhd/wifi_hal/wifi_hal.cpp
+++ b/bcmdhd/wifi_hal/wifi_hal.cpp
@@ -344,7 +344,7 @@ void wifi_event_loop(wifi_handle handle)
ALOGE("Remote side hung up");
break;
} else if (pfd[0].revents & POLLIN) {
- ALOGI("Found some events!!!");
+ // ALOGI("Found some events!!!");
internal_pollin_handler(handle);
} else if (pfd[1].revents & POLLIN) {
ALOGI("Got a signal to exit!!!");
@@ -368,7 +368,7 @@ static int internal_no_seq_check(struct nl_msg *msg, void *arg)
static int internal_valid_message_handler(nl_msg *msg, void *arg)
{
- ALOGI("got an event");
+ // ALOGI("got an event");
wifi_handle handle = (wifi_handle)arg;
hal_info *info = getHalInfo(handle);