Hi Team,
I am facing an issue wifi driver using marvell driver. driver -> marvell,sd8978
sdiouartiw416_combo_v0.bin wifi_mod_para.conf
root@ST-CUSTOMBOARD :/lib/firmware/nxp# cat wifi_mod_para.conf
SDIW416 = {
cfg80211_wext=0xf
max_vir_bss=1
cal_data_cfg=none
ps_mode=1
auto_ds=1
host_mlme=1
fw_name=nxp/sdiouartiw416_combo_v0.bin
}
kernel version - 5.15.67
Below I have attached full dmeg log.
[ 103.844811] CMD_RESP: cmd 0x6b error, result=0x1
[ 103.848002] IOCTL failed: c38f07ff id=0x10000, sub_id=0x1000b action=1, status_code=0x3
[ 1699.006444] IOCTL failed: c2334065 id=0x10000, sub_id=0x10003 action=1, status_code=0x80000007
sub_id -> changing 0x10003 & 0x1000b
status code -> 0x3 , 0x80000007
I am loading this wifi module using systemd service during bootup time.
ExecStart=sudo modprobe moal mod_para=nxp/wifi_mod_para.conf
Regards,
Sateesh