summaryrefslogtreecommitdiffstats
path: root/service/jni
diff options
context:
space:
mode:
authorWei Wang <weiwa@google.com>2015-06-09 14:00:57 -0700
committerWei Wang <weiwa@google.com>2015-06-09 14:00:57 -0700
commit3cd3ccdbad2def6f23eeb70b42097e393fbc02fe (patch)
tree4d99b22565a2fdf1785c518671739807aeb421b8 /service/jni
parente0f45adde26bd4d238ff157e6769650a99dc5261 (diff)
downloadandroid_frameworks_opt_net_wifi-3cd3ccdbad2def6f23eeb70b42097e393fbc02fe.tar.gz
android_frameworks_opt_net_wifi-3cd3ccdbad2def6f23eeb70b42097e393fbc02fe.tar.bz2
android_frameworks_opt_net_wifi-3cd3ccdbad2def6f23eeb70b42097e393fbc02fe.zip
Fix a typo in RTT logs
Change-Id: I41db895dbc470229ef7746e16c404010beec3d9d
Diffstat (limited to 'service/jni')
-rw-r--r--service/jni/com_android_server_wifi_WifiNative.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/jni/com_android_server_wifi_WifiNative.cpp b/service/jni/com_android_server_wifi_WifiNative.cpp
index 330f4ef6a..1a6d4f3d4 100644
--- a/service/jni/com_android_server_wifi_WifiNative.cpp
+++ b/service/jni/com_android_server_wifi_WifiNative.cpp
@@ -1246,7 +1246,7 @@ static jboolean android_net_wifi_requestRange(
config.bw = (wifi_rtt_bw) getIntField(env, param, "bandwidth");
ALOGD("RTT request destination %d: type is %d, peer is %d, bw is %d, center_freq is %d ", i,
- config.type,config.peer, config.channel.width, config.channel.center_freq0);
+ config.type,config.peer, config.channel.width, config.channel.center_freq);
ALOGD("center_freq0 is %d, center_freq1 is %d, num_burst is %d,interval is %d",
config.channel.center_freq0, config.channel.center_freq1, config.num_burst,
config.burst_period);