summaryrefslogtreecommitdiff
path: root/wifi/aidl/default/wifi.cpp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-06-22 06:48:43 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-06-22 06:48:43 +0000
commit173fe3535c5676ff825735b99ed375f1dc82d391 (patch)
tree9255ed2c8db3b4ad3ea117a94f6f5c09af84e9d7 /wifi/aidl/default/wifi.cpp
parent0097e64dba9a0a3cf63e5445f0956cda2c7c0be0 (diff)
parentf0e913f07a9cb4394f9ed67fee8db3e367622e17 (diff)
Snap for 10363159 from f0e913f07a9cb4394f9ed67fee8db3e367622e17 to u-keystone-qcom-release
Change-Id: I478cda77e6cdb02655197f5366c6e547ce8e7db8
Diffstat (limited to 'wifi/aidl/default/wifi.cpp')
-rw-r--r--wifi/aidl/default/wifi.cpp2
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;