uqmi: set data format to 802.3 at startup
[openwrt/staging/yousong.git] / 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;