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

Commit b537ec5d authored by Roshan Pius's avatar Roshan Pius Committed by android-build-merger
Browse files

Merge "wifi(implementation): Increase stop timeout" into oc-mr1-dev

am: 558d53cc

Change-Id: I806ac9ce69cada0a26e481bd121742ddbcf6f4b0
parents 30303505 558d53cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,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 = 50;
static constexpr uint32_t kMaxStopCompleteWaitMs = 100;

// Helper function to create a non-const char* for legacy Hal API's.
std::vector<char> makeCharVec(const std::string& str) {