Hello @XiaoLong7626 ,
It seems that you didn't download firmware from the link, see the following steps, please!
1. Getting firmware & wifi_mod_para.conf
--wifi_mod_para.conf
https://github.com/nxp-imx/imx-firmware/tree/lf-6.1.36_2.1.0/nxp

--88W9098 PCIe driver firmware

2. copy firmware & wifi_mod_para.conf to /lib/firmware/nxp
if nxp subdirectory doesn't exist, create it manually, please!
# mkdir /lib/firmware/nxp
# cp ./pcieuart9098_combo_v1.bin /lib/firmware/nxp
# cp ./wifi_mod_para.conf /lib/firmware/nxp
3. Loading driver
# insmod mlan.ko
# insmod moal.ko mod_para=nxp/wifi_mod_para.conf
# ifconfig -a
then you will see these wifi intefaces:
88W9098 MAC0 WIFI 6: mlan0 / uap0 / wfd0
88W9098 MAC0 WIFI 5:mmlan0/muap0/mwfd0
Try it , please!
Thanks!
Regards,
weidong