[no ci] Overlay: adjust usb wireless script

pull/1398/head
viktorxda 2024-04-13 08:36:44 +02:00 committed by GitHub
parent 3ad6d32d63
commit 8258a883ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ fi
# Generic RTL8812AU
if [ "$1" = "rtl8812au-generic" ]; then
modprobe 88XXau
modprobe 88XXau rtw_ht_enable=0 rtw_led_enable=0
exit 0
fi