Fix QtBearer connman backend report correctly on lte network
Task-number: QTBUG-41813 Change-Id: I977facc2ee59571d24e60ac9d5d41e957403b344 Reviewed-by: Richard J. Moore <rich@kde.org>
This commit is contained in:
parent
b380bcc7e2
commit
d0a6fcd925
@ -435,7 +435,7 @@ QNetworkConfiguration::BearerType QConnmanEngine::ofonoTechToBearerType(const QS
|
||||
} else if (currentTechnology == QLatin1String("hspa")) {
|
||||
return QNetworkConfiguration::BearerHSPA;
|
||||
} else if (currentTechnology == QLatin1String("lte")) {
|
||||
return QNetworkConfiguration::BearerWiMAX; //not exact
|
||||
return QNetworkConfiguration::BearerLTE;
|
||||
}
|
||||
}
|
||||
return QNetworkConfiguration::BearerUnknown;
|
||||
|
Loading…
Reference in New Issue
Block a user