From: Felix Fietkau Date: Thu, 2 Oct 2014 12:19:37 +0000 (+0000) Subject: uqmi: set data format to 802.3 at startup X-Git-Tag: reboot~5813 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=f9fb48c6bced55a3a9f27476139a2a2bcdcf9604;hp=bf4cab37b77441ebd3b5b42d5f3bac9b22706f23;p=openwrt%2F.git uqmi: set data format to 802.3 at startup Signed-off-by: Felix Fietkau SVN-Revision: 42724 --- 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 deba489897..ec33baacb0 100755 --- a/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh +++ b/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh @@ -85,6 +85,8 @@ proto_qmi_setup() { qmi_disconnect + uqmi -s -d "$device" --set-data-format 802.3 + echo "Waiting for network registration" while uqmi -s -d "$device" --get-serving-system | grep '"searching"' > /dev/null; do sleep 5;