wireless-scripts: fix naming for pan cam v1

pull/962/head
gtxaspec 2023-08-25 02:07:30 -07:00
parent cc68a1d3dc
commit 72a8ea604c
1 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ if [ "$1" = "atbm603x-t31-mmc0" ]; then
# set wifi mmc1 clk drive capability to 8mA # set wifi mmc1 clk drive capability to 8mA
devmem 0x10011134 32 0x20000 devmem 0x10011134 32 0x20000
set_mmc 0 set_mmc 0
cp /usr/share/atbm603x_conf/atbm_txpwer_dcxo_cfg.txt /tmp cp /usr/share/atbm603x_conf/atbm_txpwer_dcxo_cfg.txt /tmp
cp /usr/share/atbm603x_conf/set_rate_power.txt /tmp cp /usr/share/atbm603x_conf/set_rate_power.txt /tmp
@ -88,8 +88,8 @@ if [ "$1" = "rtl8189ftv-t20-wyze-v2" ]; then
exit 0 exit 0
fi fi
# T20 Wyze PanV2 RTL8189ES # T20 Wyze PanV1 RTL8189ES
if [ "$1" = "rtl8189ftv-t20-wyze-pan-v2" ]; then if [ "$1" = "rtl8189ftv-t20-wyze-pan-v1" ]; then
set_mmc 1 set_mmc 1
modprobe 8189es rtw_power_mgnt=0 rtw_enusbss=0 modprobe 8189es rtw_power_mgnt=0 rtw_enusbss=0