forked from Ivasoft/openwrt
uqmi: update to the latest version, also set 802.3 data format via the WDA service
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43381
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user