diff options
author | Deyao Ren <deyaoren@google.com> | 2023-06-21 21:34:11 +0000 |
---|---|---|
committer | Deyao Ren <deyaoren@google.com> | 2023-06-21 21:35:30 +0000 |
commit | f0e913f07a9cb4394f9ed67fee8db3e367622e17 (patch) | |
tree | 9255ed2c8db3b4ad3ea117a94f6f5c09af84e9d7 /wifi/aidl/default/wifi.cpp | |
parent | b7831b7f3a4aa711bf50bdcd5fc1db369451effe (diff) | |
parent | d396b986e0d4f696c341e14ad5cdf5c5cb371a08 (diff) |
Merge UP1A.230620.001
Change-Id: Ia2c5a2b26e487be0e90a25294fb351cff26fd6be
Diffstat (limited to 'wifi/aidl/default/wifi.cpp')
-rw-r--r-- | wifi/aidl/default/wifi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wifi/aidl/default/wifi.cpp b/wifi/aidl/default/wifi.cpp index d6a85da198..34a7f35d4d 100644 --- a/wifi/aidl/default/wifi.cpp +++ b/wifi/aidl/default/wifi.cpp @@ -133,7 +133,7 @@ ndk::ScopedAStatus Wifi::startInternal() { chips_.push_back( WifiChip::create(chipId, chipId == kPrimaryChipId, hal, mode_controller_, std::make_shared<iface_util::WifiIfaceUtil>(iface_tool_, hal), - feature_flags_, on_subsystem_restart_callback)); + feature_flags_, on_subsystem_restart_callback, false)); chipId++; } run_state_ = RunState::STARTED; |