mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "wifi(implementation): Increase stop timeout" into oc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
558d53cc61
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user