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-05 11:36:27 -0700
commit940146c69912ab98f42d412f00438ef193647ffd (patch)
tree30e61be0ad8cefa5d6b094690bcd38b1385c1b9d /bcmdhd/wifi_hal
parent74d118dc34771593b3892d7fb72b5b8e07f4da63 (diff)
downloadhardware_broadcom_wlan-940146c69912ab98f42d412f00438ef193647ffd.zip
hardware_broadcom_wlan-940146c69912ab98f42d412f00438ef193647ffd.tar.gz
hardware_broadcom_wlan-940146c69912ab98f42d412f00438ef193647ffd.tar.bz2
Shut up a noisy log from HAL [DO NOT MERGE]
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 d3285fd..fcc947a 100644
--- a/bcmdhd/wifi_hal/wifi_hal.cpp
+++ b/bcmdhd/wifi_hal/wifi_hal.cpp
@@ -345,7 +345,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!!!");
@@ -369,7 +369,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);