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

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

Merge "wifi(implementation): Make a boolean flag atomic" am: 5bdf7a0e

am: bdbc4162

Change-Id: Ifafb945391cf9cec56e9ed5ed884dd74db6f6f84
parents add0d3c8 bdbc4162
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -289,7 +289,7 @@ class WifiLegacyHal {
  // Opaque handle to be used for all wlan0 interface specific operations.
  wifi_interface_handle wlan_interface_handle_;
  // Flag to indicate if we have initiated the cleanup of legacy HAL.
  bool awaiting_event_loop_termination_;
  std::atomic<bool> awaiting_event_loop_termination_;
  // Flag to indicate if the legacy HAL has been started.
  bool is_started_;
  wifi_system::InterfaceTool iface_tool_;