diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-11-25 20:34:08 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-11-25 20:34:08 +0000 |
commit | 9f803fca447d570ebab89fa5ed6ccf4e9f31632d (patch) | |
tree | 95c2cdc89ca946b923651803a9eb266a1c7b6f3e /package/network/utils/uqmi/files | |
parent | 1041e3be6e9824d3e39264d48dec0272d96f4437 (diff) | |
download | upstream-9f803fca447d570ebab89fa5ed6ccf4e9f31632d.tar.gz upstream-9f803fca447d570ebab89fa5ed6ccf4e9f31632d.tar.bz2 upstream-9f803fca447d570ebab89fa5ed6ccf4e9f31632d.zip |
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
Diffstat (limited to 'package/network/utils/uqmi/files')
-rwxr-xr-x | package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh b/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh index bdc5f23928..ae6aa730a6 100755 --- a/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh +++ b/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh @@ -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 |