uqmi: set data format to 802.3 at startup
[openwrt.git] / package / network / utils / uqmi / files / lib / netifd / proto / qmi.sh
index deba489..ec33baa 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;