Author: nbd Date: 2014-10-02 14:19:37 +0200 (Thu, 02 Oct 2014) New Revision: 42724
Modified: trunk/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh Log: uqmi: set data format to 802.3 at startup Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh =================================================================== --- trunk/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh 2014-10-02 12:19:26 UTC (rev 42723) +++ trunk/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh 2014-10-02 12:19:37 UTC (rev 42724) @@ -85,6 +85,8 @@ 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; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
