Hi, @naresh_nakka
Thanks for your feedback.
For mass market FP92 drivers, it is compatible to our several Wi-Fi chipsets including IW416.
It means, after download from this git hub, compile it with your cross-compile tool chain, you can directly use. The only one point you need to pay attention to is choose correct tag, such as, you are using Linux kernel :6.1.33, you can choose our tag: lf-6.1.36_2.1.0
Christine_Li_1-1700103011833.png
The differences between different Wi-Fi chips are firmwares.
You need to download IW416 firmware and wifi_mod_para.conf, then put it to your /lib/firmware/nxp/ directory.
Christine_Li_2-1700103195752.png
For compiling driver, you can refer to below my cross-compiling 88W8987 driver method:
====================
编译Driver:
nxf93258@lsv07252:~/wifi-drivers/marvell-sd-uapsta-8987$source /opt/fsl-imx-xwayland/4.14-sumo/environment-setup-aarch64-poky-linux
nxf93258@lsv07252:~/wifi-drivers/marvell-sd-uapsta-8987$export KERNELDIR=/home/nxf93258/linux-source-code/rel_imx_4.14.98_2.0.0_ga/linux-imx
nxf93258@lsv07252:~/wifi-drivers/marvell-sd-uapsta-8987$ echo $ARCH
arm64
nxf93258@lsv07252:~/wifi-drivers/marvell-sd-uapsta-8987$ echo $CROSS_COMPILE
aarch64-poky-linux-
nxf93258@lsv07252:~/wifi-drivers/marvell-sd-uapsta-8987$ unset LDFLAGS
nxf93258@lsv07252:~/wifi-drivers/marvell-sd-uapsta-8987$ make -j8
===============
Best regards,
Christine.