Browse Source

uqmi: set data format to 802.3 at startup

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 42724
Felix Fietkau 11 years ago
parent
commit
f9fb48c6bc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh

+ 2 - 0
package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh

@@ -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;