Add RTL8811 USB WiFi profile (#1588)

pull/1590/head
Ystinia Zalatova 2024-10-23 22:32:33 +03:00 committed by GitHub
parent c03ba81448
commit 03aad83028
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,12 @@ if [ "$1" = "rtl8733bu-generic" ]; then
exit 0
fi
# Generic RTL8811CU
if [ "$1" = "rtl8811cu-generic" ]; then
modprobe 8821cu
exit 0
fi
# Generic RTL8812AU
if [ "$1" = "rtl8812au-generic" ]; then
modprobe 88XXau rtw_ht_enable=0 rtw_led_enable=0