From 822f38e1d0dab8457b3716e2923e9a7821db3a2d Mon Sep 17 00:00:00 2001 From: Gonzalo Ruiz Date: Tue, 8 Jul 2025 10:09:22 +0200 Subject: [PATCH] kernel-module-nxp-wlan: cc9: select V2 TX power method Set V2 TX power method for regulatory management on the iw612 init and remove the 'txpwrlimit_cfg' and 'init_hostcmd_cfg' driver parameters which are only used for V1 TX power method. This allows the driver to load a specific rgpower_XX.bin binary file contained in the rootfs whenever command "iw reg set XX" is executed, updating the TX power settings and allowed frequencies list to those contained in the file. 'XX' stands for the 2-character ISO3166-1 alpha-2 country code. If the selected rgpower_XX.bin file does not exist, or no country is selected, the driver will load rgpower_WW.bin (Worldwide) by default. https://onedigi.atlassian.net/browse/DEL-8974 Signed-off-by: Gonzalo Ruiz --- .../kernel-modules/kernel-module-nxp-wlan/load_iw612.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-digi-arm/dynamic-layers/freescale-layer/recipes-kernel/kernel-modules/kernel-module-nxp-wlan/load_iw612.sh b/meta-digi-arm/dynamic-layers/freescale-layer/recipes-kernel/kernel-modules/kernel-module-nxp-wlan/load_iw612.sh index d3526cdff..d2467d3a5 100644 --- a/meta-digi-arm/dynamic-layers/freescale-layer/recipes-kernel/kernel-modules/kernel-module-nxp-wlan/load_iw612.sh +++ b/meta-digi-arm/dynamic-layers/freescale-layer/recipes-kernel/kernel-modules/kernel-module-nxp-wlan/load_iw612.sh @@ -21,8 +21,7 @@ drv_mode=${DRIVER_MODE} \ drvdbg=${DRIVER_DEBUG} \ sta_name=wlan \ country_ie_ignore=1 \ -txpwrlimit_cfg=nxp/txpower_US.bin \ -init_hostcmd_cfg=nxp/rutxpower_US.bin \ +cntry_txpwr=2 \ fw_name=nxp/sd_w61x_v1.bin.se \ "