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

Commit 758a6bbb authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6169764 from 4c1b6780 to qt-qpr3-release

Change-Id: I2585e26b69374d11cedadf86734404d3f29c6579
parents fec0eb62 4c1b6780
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -124,6 +124,8 @@ WifiStatus Wifi::startInternal() {
            }
            }
        }
        }
        LOG(ERROR) << "Wifi HAL start failed";
        LOG(ERROR) << "Wifi HAL start failed";
        // Clear the event callback objects since the HAL start failed.
        event_cb_handler_.invalidate();
    }
    }
    return wifi_status;
    return wifi_status;
}
}
@@ -158,6 +160,8 @@ WifiStatus Wifi::stopInternal(
        }
        }
        LOG(ERROR) << "Wifi HAL stop failed";
        LOG(ERROR) << "Wifi HAL stop failed";
    }
    }
    // Clear the event callback objects since the HAL is now stopped.
    event_cb_handler_.invalidate();
    return wifi_status;
    return wifi_status;
}
}