Skip to content

Commit

Permalink
Update wifibroadcast modprobe for RTL8812EU
Browse files Browse the repository at this point in the history
  • Loading branch information
libc0607 authored Mar 13, 2024
1 parent 694d5c6 commit 0f0d63f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions general/package/wifibroadcast/files/wifibroadcast
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ set_mcs() {

# "0bda:8813" -> (8814) -> 8814au
# "0846:9052" -> (8811) -> 8821au
# "0bda:a81a" -> 88x2eu

detect_wifi_card() {
echo "Detecting wifi card vendor..."
Expand All @@ -43,6 +44,11 @@ detect_wifi_card() {
modprobe 88XXau rtw_tx_pwr_idx_override=${driver_txpower_override}
;;

"0bda:a81a")
driver="realtek"
modprobe 8812eu
;;

"0cf3:9271" | "040d:3801")
driver="atheros"
if ! [ ${unit} = "gs" ]; then
Expand Down

0 comments on commit 0f0d63f

Please sign in to comment.