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");