summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSreenath Sharma <sreenath.sharma@broadcom.com>2016-05-03 00:55:36 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-05-03 00:55:36 +0000
commitb89e390fb67b08fb29c4c3171aaebe1f872ca484 (patch)
treeec2ab52496cdf540bc508a2861d9f62cb65e5404
parentd34510f3effdd3116a92526482bb768fc5aabdd9 (diff)
parent37644ca6a81aab0b2ae6fb81f629b98b1b23a8d7 (diff)
downloadandroid_hardware_broadcom_wlan-b89e390fb67b08fb29c4c3171aaebe1f872ca484.tar.gz
android_hardware_broadcom_wlan-b89e390fb67b08fb29c4c3171aaebe1f872ca484.tar.bz2
android_hardware_broadcom_wlan-b89e390fb67b08fb29c4c3171aaebe1f872ca484.zip
Merge "WiFi HAL: GSCAN log spam fix" into nyc-dev
am: 37644ca6a8 * commit '37644ca6a81aab0b2ae6fb81f629b98b1b23a8d7': WiFi HAL: GSCAN log spam fix Change-Id: I7abc0a4b391bd3dd7f8ed348b69f5188dcf1d5d3
-rw-r--r--bcmdhd/wifi_hal/gscan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcmdhd/wifi_hal/gscan.cpp b/bcmdhd/wifi_hal/gscan.cpp
index a0f9104..52ec284 100644
--- a/bcmdhd/wifi_hal/gscan.cpp
+++ b/bcmdhd/wifi_hal/gscan.cpp
@@ -782,7 +782,7 @@ int wifi_handle_full_scan_event(
if(handler.on_full_scan_result)
handler.on_full_scan_result(id, full_scan_result, drv_res->scan_ch_bucket);
- ALOGD("Full scan result: %-32s %02x:%02x:%02x:%02x:%02x:%02x %d %d %lld %lld %lld %x %d\n",
+ ALOGV("Full scan result: %-32s %02x:%02x:%02x:%02x:%02x:%02x %d %d %lld %lld %lld %x %d\n",
fixed->ssid, fixed->bssid[0], fixed->bssid[1], fixed->bssid[2], fixed->bssid[3],
fixed->bssid[4], fixed->bssid[5], fixed->rssi, fixed->channel, fixed->ts,
fixed->rtt, fixed->rtt_sd, drv_res->scan_ch_bucket, drv_res->ie_length);