Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22093e7a authored by Ye Jiao's avatar Ye Jiao Committed by Automerger Merge Worker
Browse files

DO NOT MERGE: Tune up kMaxStopCompleteWaitMs to fix NE am: bf8f3100 am: 47327fe8

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1507216

Change-Id: Ide532b4d1d1c93dd7571335b30b370fbdeb66304
parents 71c8e132 47327fe8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ static constexpr uint32_t kMaxGscanFrequenciesForBand = 64;
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.