uqmi: set data format to 802.3 at startup
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42724
This commit is contained in:
@@ -85,6 +85,8 @@ proto_qmi_setup() {
|
|||||||
|
|
||||||
qmi_disconnect
|
qmi_disconnect
|
||||||
|
|
||||||
|
uqmi -s -d "$device" --set-data-format 802.3
|
||||||
|
|
||||||
echo "Waiting for network registration"
|
echo "Waiting for network registration"
|
||||||
while uqmi -s -d "$device" --get-serving-system | grep '"searching"' > /dev/null; do
|
while uqmi -s -d "$device" --get-serving-system | grep '"searching"' > /dev/null; do
|
||||||
sleep 5;
|
sleep 5;
|
||||||
|
|||||||
Reference in New Issue
Block a user