mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
uqmi: set data format to 802.3 at startup
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42724 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6419c9a961
commit
fed0932d4d
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user