summaryrefslogtreecommitdiffstats
path: root/bcmdhd/wifi_hal
diff options
context:
space:
mode:
authorxinhe <xinhe@google.com>2015-04-06 13:47:06 -0700
committerxinhe <xinhe@google.com>2015-04-06 13:47:06 -0700
commitc86b0f1aa52bb3e73a4ab2050a098f2ddc3d2a11 (patch)
tree897f5e2a43c4d724d86fbab774e9996e82b81a9d /bcmdhd/wifi_hal
parent91fe524d06419514a57c7f95aff67e57cee6012a (diff)
downloadhardware_broadcom_wlan-c86b0f1aa52bb3e73a4ab2050a098f2ddc3d2a11.zip
hardware_broadcom_wlan-c86b0f1aa52bb3e73a4ab2050a098f2ddc3d2a11.tar.gz
hardware_broadcom_wlan-c86b0f1aa52bb3e73a4ab2050a098f2ddc3d2a11.tar.bz2
enhancements to rtt.h
Bug:19917983 Change-Id: I4f247667af781cfb3fa8a85655458cc8c516672b
Diffstat (limited to 'bcmdhd/wifi_hal')
-rwxr-xr-xbcmdhd/wifi_hal/rtt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bcmdhd/wifi_hal/rtt.cpp b/bcmdhd/wifi_hal/rtt.cpp
index 67c32cd..0d0b1e2 100755
--- a/bcmdhd/wifi_hal/rtt.cpp
+++ b/bcmdhd/wifi_hal/rtt.cpp
@@ -231,7 +231,7 @@ public:
}
result = request.put_u32(RTT_ATTRIBUTE_TARGET_NUM_RETRY_FTM,
- rttParams[i].num_retries_per_measurement_frame);
+ rttParams[i].num_retries_per_rtt_frame);
if (result < 0) {
return result;
}
@@ -243,7 +243,7 @@ public:
}
result = request.put_u32(RTT_ATTRIBUTE_TARGET_BURST_TIMEOUT,
- rttParams[i].burst_timeout);
+ rttParams[i].burst_duration);
if (result < 0) {
return result;
}