summaryrefslogtreecommitdiffstats
path: root/bcmdhd/wifi_hal
diff options
context:
space:
mode:
authorVinit Deshpande <vinitd@google.com>2015-03-14 22:04:13 -0700
committerVinit Deshpande <vinitd@google.com>2015-03-14 22:04:13 -0700
commitda635c8da9ff3eeae6accf4ef17243e66bc9a474 (patch)
tree58842f1a9e84fae679b878fb1b3dfd075e46a858 /bcmdhd/wifi_hal
parent23670ff9f685650adcee804a58e7de6c07e333cb (diff)
parentc86cb4f87d83ce75d67078601adebf612f270237 (diff)
downloadhardware_broadcom_wlan-da635c8da9ff3eeae6accf4ef17243e66bc9a474.zip
hardware_broadcom_wlan-da635c8da9ff3eeae6accf4ef17243e66bc9a474.tar.gz
hardware_broadcom_wlan-da635c8da9ff3eeae6accf4ef17243e66bc9a474.tar.bz2
am "modify the interface rtt.h"
merged from goog/mirror-m-wireless-internal-release c86cb4f modify the interface rtt.h
Diffstat (limited to 'bcmdhd/wifi_hal')
-rw-r--r--bcmdhd/wifi_hal/rtt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcmdhd/wifi_hal/rtt.cpp b/bcmdhd/wifi_hal/rtt.cpp
index 5bb2921..92896fb 100644
--- a/bcmdhd/wifi_hal/rtt.cpp
+++ b/bcmdhd/wifi_hal/rtt.cpp
@@ -146,7 +146,7 @@ public:
if (result < 0) {
return result;
}
- result = request.put_u8(RTT_ATTRIBUTE_TARGET_MODE, rttParams[i].multi_burst);
+ result = request.put_u8(RTT_ATTRIBUTE_TARGET_MODE, rttParams[i].num_burst > 0 ? 1: 0 );
if (result < 0) {
return result;
}