[no ci] update module parameters for atbm (#1227)

pull/1231/head
gtxaspec 2024-01-03 03:10:34 -08:00 committed by GitHub
parent b70ecf61ee
commit 49ab5d06e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ if [ "$1" = "atbm603x-generic" ]; then
set_mmc 1
cp -f /usr/share/atbm60xx_conf/atbm_txpwer_dcxo_cfg.txt /tmp
cp -f /usr/share/atbm60xx_conf/set_rate_power.txt /tmp
modprobe atbm603x_wifi_sdio
modprobe atbm603x_wifi_sdio atbm_printk_mask=0
exit 0
fi