From 9217c612f12a9ee4667dd009e334d9fbe29e79d7 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 17 May 2024 11:20:40 -0500 Subject: [PATCH] wip --- selfdrive/ui/qt/network/wifi_manager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/qt/network/wifi_manager.cc b/selfdrive/ui/qt/network/wifi_manager.cc index 5583352..57a2488 100755 --- a/selfdrive/ui/qt/network/wifi_manager.cc +++ b/selfdrive/ui/qt/network/wifi_manager.cc @@ -432,7 +432,7 @@ void WifiManager::addTetheringConnection() { void WifiManager::tetheringActivated(QDBusPendingCallWatcher *call) { // Todo: this is false if not prime. Override? - if (!ipv4_forward && false) { + if (false) { QTimer::singleShot(5000, this, [=] { qWarning() << "net.ipv4.ip_forward = 0"; std::system("sudo sysctl net.ipv4.ip_forward=0");