added Archer T4U to wifibroadcast startup script

USB id 2357:0101 belongs to TP-Link Archer T4U
https://linux-hardware.org/?id=usb:2357-0101

consider to use the possible device IDs of th driver.
pull/655/head
Michael Buhr 2023-03-02 22:40:25 +01:00 committed by GitHub
parent 3301322b40
commit 8627062e5f
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} for card in ${devices}
do do
case "${card}" in case "${card}" in
"0bda:8812" | "0bda:881a" | "0b05:17d2") "0bda:8812" | "0bda:881a" | "0b05:17d2" | "2357:0101")
driver="realtek" driver="realtek"
modprobe 88XXau rtw_tx_pwr_idx_override=${driver_txpower_override} modprobe 88XXau rtw_tx_pwr_idx_override=${driver_txpower_override}
;; ;;