added Archer T4U to wifibroadcast startup script (#655)

pull/656/head
Michael Buhr 2023-03-03 12:58:31 +01:00 committed by GitHub
parent 3301322b40
commit 3fe09d8fa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ detect_wifi_card() {
for card in ${devices}
do
case "${card}" in
"0bda:8812" | "0bda:881a" | "0b05:17d2")
"0bda:8812" | "0bda:881a" | "0b05:17d2" | "2357:0101")
driver="realtek"
modprobe 88XXau rtw_tx_pwr_idx_override=${driver_txpower_override}
;;