Skip to content

Revert "tecff-broken-wlan-workaround: add fix for mt7915 bug" #22

Revert "tecff-broken-wlan-workaround: add fix for mt7915 bug"

Revert "tecff-broken-wlan-workaround: add fix for mt7915 bug" #22

Triggered via pull request July 5, 2024 14:39
Status Failure
Total duration 19s
Artifacts

shellcheck.yml

on: pull_request
runner / shellcheck
7s
runner / shellcheck
Fit to window
Zoom out
Zoom in

Annotations

6 errors
runner / shellcheck: tecff-broken-wlan-workaround/files/lib/gluon/broken-wlan-workaround/broken-wlan-workaround.sh#L30
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: tecff-broken-wlan-workaround/files/lib/gluon/broken-wlan-workaround/broken-wlan-workaround.sh:30:-exec 200<$0 tecff-broken-wlan-workaround/files/lib/gluon/broken-wlan-workaround/broken-wlan-workaround.sh:30:+exec 200<"$0"
runner / shellcheck: tecff-broken-wlan-workaround/files/lib/gluon/broken-wlan-workaround/broken-wlan-workaround.sh#L47
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: tecff-broken-wlan-workaround/files/lib/gluon/broken-wlan-workaround/broken-wlan-workaround.sh:47:- WIRELESS_UCI="$(uci show wireless | grep $i | cut -d"." -f1-2)" tecff-broken-wlan-workaround/files/lib/gluon/broken-wlan-workaround/broken-wlan-workaround.sh:48:- WLAN_DEVICE="$(uci get ${WIRELESS_UCI}.device)" tecff-broken-wlan-workaround/files/lib/gluon/broken-wlan-workaround/broken-wlan-workaround.sh:47:+ WIRELESS_UCI="$(uci show wireless | grep "$i" | cut -d"." -f1-2)" tecff-broken-wlan-workaround/files/lib/gluon/broken-wlan-workaround/broken-wlan-workaround.sh:48:+ WLAN_DEVICE="$(uci get "${WIRELESS_UCI}".device)"
runner / shellcheck: tecff-broken-wlan-workaround/files/lib/gluon/broken-wlan-workaround/broken-wlan-workaround.sh#L107
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: tecff-broken-wlan-workaround/files/lib/gluon/broken-wlan-workaround/broken-wlan-workaround.sh:107:- iw dev $wlan_interface station dump 2>/dev/null | grep -q Station tecff-broken-wlan-workaround/files/lib/gluon/broken-wlan-workaround/broken-wlan-workaround.sh:107:+ iw dev "$wlan_interface" station dump 2>/dev/null | grep -q Station
runner / shellcheck: tecff-broken-wlan-workaround/files/lib/gluon/broken-wlan-workaround/broken-wlan-workaround.sh#L164
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: tecff-broken-wlan-workaround/files/lib/gluon/broken-wlan-workaround/broken-wlan-workaround.sh:164:- wifi down $wlan_device tecff-broken-wlan-workaround/files/lib/gluon/broken-wlan-workaround/broken-wlan-workaround.sh:164:+ wifi down "$wlan_device"
runner / shellcheck: tecff-broken-wlan-workaround/files/lib/gluon/broken-wlan-workaround/broken-wlan-workaround.sh#L168
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: tecff-broken-wlan-workaround/files/lib/gluon/broken-wlan-workaround/broken-wlan-workaround.sh:168:- wifi up $wlan_device tecff-broken-wlan-workaround/files/lib/gluon/broken-wlan-workaround/broken-wlan-workaround.sh:168:+ wifi up "$wlan_device"
runner / shellcheck
Process completed with exit code 2.