uqmi: set data format to 802.3 at startup
authorFelix Fietkau <nbd@openwrt.org>
Thu, 2 Oct 2014 12:19:37 +0000 (12:19 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 2 Oct 2014 12:19:37 +0000 (12:19 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42724

package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh

index deba48989701ba8ee64d5884498e38ff508cda16..ec33baacb0992fa968920fc8744938e16268a73d 100755 (executable)
@@ -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;