commit | 47327fe826f9e446fb8ab58545ef178945ebc10a | [log] [tgz] |
---|---|---|
author | Ye Jiao <ye.jiao@mediatek.com> | Wed Dec 02 20:25:03 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 02 20:25:03 2020 +0000 |
tree | dad7b168d340c655d81b3bdbdcd05c82d2cc566b | |
parent | 5908f73645d0ababa6df0333621c79b7fd0dd62d [diff] | |
parent | bf8f310071d900dec038d517a136d94e94dbe42a [diff] |
DO NOT MERGE: Tune up kMaxStopCompleteWaitMs to fix NE am: bf8f310071 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1507216 Change-Id: I969109793122417e0091b24c84c5b6fe90bca6d0
diff --git a/wifi/1.4/default/wifi_legacy_hal.cpp b/wifi/1.4/default/wifi_legacy_hal.cpp index 29123bf..d7a5d6c 100644 --- a/wifi/1.4/default/wifi_legacy_hal.cpp +++ b/wifi/1.4/default/wifi_legacy_hal.cpp
@@ -36,7 +36,7 @@ static constexpr uint32_t kLinkLayerStatsDataMpduSizeThreshold = 128; static constexpr uint32_t kMaxWakeReasonStatsArraySize = 32; static constexpr uint32_t kMaxRingBuffers = 10; -static constexpr uint32_t kMaxStopCompleteWaitMs = 100; +static constexpr uint32_t kMaxStopCompleteWaitMs = 300; static constexpr char kDriverPropName[] = "wlan.driver.status"; // Helper function to create a non-const char* for legacy Hal API's.