uqmi: update to the latest version, also set 802.3 data format via the WDA service
[openwrt/openwrt.git] / package / network / utils / uqmi / files / lib / netifd / proto / qmi.sh
index bdc5f23928fe807fa4055271d200726ed6a9fc11..ae6aa730a6f3f66db138c4079f9fe44ed59272fe 100755 (executable)
@@ -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