wifi: dhd load fw change to request firmware [2/3]
authorjiabin.chen <jiabin.chen@amlogic.com>
Sun, 11 Sep 2022 03:26:33 +0000 (11:26 +0800)
committerBruno Martins <bgcngm@gmail.com>
Thu, 25 Apr 2024 17:39:34 +0000 (18:39 +0100)
commit166b35f10126c79cb32dd7667cee9cb302648e1b
tree3a6ebdf155e1e825772ed938c5ce0b8606d135e8
parent20234f7980043328e0b2d29dcee916d8c1df1a79
wifi: dhd load fw change to request firmware [2/3]

PD#SWPL-95664

Problem:
dhd 515 driver is not ok

Solution:
update driver and change request firmware

Verify:
t7

Change-Id: I05f7a7856e4b0832ebcc6bff0b4523eb49d124e1
Signed-off-by: jiabin.chen <jiabin.chen@amlogic.com>
75 files changed:
bcmdhd.101.10.361.x/Makefile
bcmdhd.101.10.361.x/bcmbloom.c
bcmdhd.101.10.361.x/bcmevent.c
bcmdhd.101.10.361.x/bcmsdh_linux.c
bcmdhd.101.10.361.x/bcmsdh_sdmmc.c
bcmdhd.101.10.361.x/bcmsdh_sdmmc_linux.c
bcmdhd.101.10.361.x/bcmutils.c
bcmdhd.101.10.361.x/bcmxtlv.c
bcmdhd.101.10.361.x/dbus.c
bcmdhd.101.10.361.x/dbus_usb.c
bcmdhd.101.10.361.x/dbus_usb_linux.c
bcmdhd.101.10.361.x/dhd.h
bcmdhd.101.10.361.x/dhd_bus.h
bcmdhd.101.10.361.x/dhd_ccode.c
bcmdhd.101.10.361.x/dhd_cdc.c
bcmdhd.101.10.361.x/dhd_common.c
bcmdhd.101.10.361.x/dhd_config.c
bcmdhd.101.10.361.x/dhd_config.h
bcmdhd.101.10.361.x/dhd_flowring.c
bcmdhd.101.10.361.x/dhd_flowring.h
bcmdhd.101.10.361.x/dhd_fwtrace.c
bcmdhd.101.10.361.x/dhd_gpio.c
bcmdhd.101.10.361.x/dhd_linux.c
bcmdhd.101.10.361.x/dhd_linux.h
bcmdhd.101.10.361.x/dhd_linux_exportfs.c
bcmdhd.101.10.361.x/dhd_linux_pktdump.c
bcmdhd.101.10.361.x/dhd_linux_pktdump.h
bcmdhd.101.10.361.x/dhd_linux_platdev.c
bcmdhd.101.10.361.x/dhd_macdbg.c
bcmdhd.101.10.361.x/dhd_msgbuf.c
bcmdhd.101.10.361.x/dhd_pcie.c
bcmdhd.101.10.361.x/dhd_pcie_linux.c
bcmdhd.101.10.361.x/dhd_pktlog.c
bcmdhd.101.10.361.x/dhd_plat.h
bcmdhd.101.10.361.x/dhd_proto.h
bcmdhd.101.10.361.x/dhd_sdio.c
bcmdhd.101.10.361.x/dhd_static_buf.c
bcmdhd.101.10.361.x/dhd_wlfc.c
bcmdhd.101.10.361.x/include/bcmdefs.h
bcmdhd.101.10.361.x/include/bcmevent.h
bcmdhd.101.10.361.x/include/bcmsdh.h
bcmdhd.101.10.361.x/include/bcmsdh_sdmmc.h
bcmdhd.101.10.361.x/include/bcmwifi_channels.h
bcmdhd.101.10.361.x/include/dbus.h
bcmdhd.101.10.361.x/include/epivers.h
bcmdhd.101.10.361.x/include/linux_osl.h
bcmdhd.101.10.361.x/include/linuxver.h
bcmdhd.101.10.361.x/include/wlioctl.h
bcmdhd.101.10.361.x/linux_osl.c
bcmdhd.101.10.361.x/wl_android.c
bcmdhd.101.10.361.x/wl_android.h
bcmdhd.101.10.361.x/wl_android_ext.c
bcmdhd.101.10.361.x/wl_android_ext.h
bcmdhd.101.10.361.x/wl_bam.c
bcmdhd.101.10.361.x/wl_cfg80211.c
bcmdhd.101.10.361.x/wl_cfg80211.h
bcmdhd.101.10.361.x/wl_cfgnan.h
bcmdhd.101.10.361.x/wl_cfgp2p.c
bcmdhd.101.10.361.x/wl_cfgp2p.h
bcmdhd.101.10.361.x/wl_cfgscan.c
bcmdhd.101.10.361.x/wl_cfgscan.h
bcmdhd.101.10.361.x/wl_cfgvendor.c
bcmdhd.101.10.361.x/wl_cfgvendor.h
bcmdhd.101.10.361.x/wl_cfgvif.c
bcmdhd.101.10.361.x/wl_cfgvif.h
bcmdhd.101.10.361.x/wl_escan.c
bcmdhd.101.10.361.x/wl_escan.h
bcmdhd.101.10.361.x/wl_event.c
bcmdhd.101.10.361.x/wl_iapsta.c
bcmdhd.101.10.361.x/wl_iapsta.h
bcmdhd.101.10.361.x/wl_iw.c
bcmdhd.101.10.361.x/wl_roam.c
bcmdhd.101.10.361.x/wl_timer.c [new file with mode: 0755]
bcmdhd.101.10.361.x/wl_timer.h [new file with mode: 0755]
bcmdhd.101.10.361.x/wldev_common.c