Skip to content

Commit

Permalink
Add RTL8811 USB WiFi profile (#1588)
Browse files Browse the repository at this point in the history
  • Loading branch information
ystinia authored Oct 23, 2024
1 parent c03ba81 commit 03aad83
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions general/overlay/etc/wireless/usb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03aad83

Please sign in to comment.