2
0
forked from Ivasoft/openwrt

uqmi: update to the latest version, also set 802.3 data format via the WDA service

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 43381
This commit is contained in:
Felix Fietkau
2014-11-25 20:34:08 +00:00
parent 1041e3be6e
commit 9f803fca44
2 changed files with 3 additions and 2 deletions

View File

@@ -89,6 +89,7 @@ proto_qmi_setup() {
qmi_disconnect
uqmi -s -d "$device" --set-data-format 802.3
uqmi -s -d "$device" --wda-set-data-format 802.3
echo "Waiting for network registration"
while uqmi -s -d "$device" --get-serving-system | grep '"searching"' > /dev/null; do