wifi: update bcm driver to 101.10.240 to support android r [1/2]
authorLiang Ji <liang.ji@amlogic.com>
Wed, 15 Jul 2020 12:34:27 +0000 (20:34 +0800)
committerLiang Ji <liang.ji@amlogic.com>
Wed, 15 Jul 2020 12:34:58 +0000 (20:34 +0800)
commit1b4a7c03ae241d73661a7969b90cd570f3d101c8
tree0cdc769255d5f8c308bfbcb68d73600b544a81fc
parent68397528febd50ca0eb3258e4b9fa00f1d11db4f
wifi: update bcm driver to 101.10.240 to support android r [1/2]

PD#SWPL-28939

Problem:
1.sta setMac let connect key fail
2.wlan1 setMac error let softap open fail

Solution:
1. update to new driver to support MAC Randomization feature

Verify:
deadpool

Signed-off-by: Liang Ji <liang.ji@amlogic.com>
Change-Id: I42b5b31f84b35cbe5261bec03a24740d7113769e
232 files changed:
bcmdhd.101.10.240.x/Kconfig [new file with mode: 0644]
bcmdhd.101.10.240.x/Makefile [new file with mode: 0644]
bcmdhd.101.10.240.x/aiutils.c [new file with mode: 0644]
bcmdhd.101.10.240.x/bcm_app_utils.c [new file with mode: 0644]
bcmdhd.101.10.240.x/bcm_l2_filter.c [new file with mode: 0644]
bcmdhd.101.10.240.x/bcmbloom.c [new file with mode: 0644]
bcmdhd.101.10.240.x/bcmevent.c [new file with mode: 0644]
bcmdhd.101.10.240.x/bcmsdh.c [new file with mode: 0644]
bcmdhd.101.10.240.x/bcmsdh_linux.c [new file with mode: 0644]
bcmdhd.101.10.240.x/bcmsdh_sdmmc.c [new file with mode: 0644]
bcmdhd.101.10.240.x/bcmsdh_sdmmc_linux.c [new file with mode: 0644]
bcmdhd.101.10.240.x/bcmsdstd.h [new file with mode: 0644]
bcmdhd.101.10.240.x/bcmstdlib_s.c [new file with mode: 0644]
bcmdhd.101.10.240.x/bcmutils.c [new file with mode: 0644]
bcmdhd.101.10.240.x/bcmwifi_channels.c [new file with mode: 0644]
bcmdhd.101.10.240.x/bcmxtlv.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dbus.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dbus_usb.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dbus_usb_linux.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd.h [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_bitpack.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_bitpack.h [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_bus.h [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_ccode.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_cdc.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_cfg80211.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_cfg80211.h [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_common.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_config.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_config.h [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_csi.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_csi.h [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_custom_cis.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_custom_exynos.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_custom_gpio.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_custom_hikey.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_custom_memprealloc.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_custom_msm.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_custom_sec.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_dbg.h [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_dbg_ring.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_dbg_ring.h [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_debug.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_debug.h [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_debug_linux.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_event_log_filter.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_event_log_filter.h [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_flowring.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_flowring.h [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_gpio.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_ip.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_ip.h [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_linux.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_linux.h [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_linux_exportfs.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_linux_lb.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_linux_pktdump.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_linux_pktdump.h [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_linux_platdev.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_linux_priv.h [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_linux_sched.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_linux_sock_qos.h [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_linux_wq.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_linux_wq.h [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_mschdbg.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_mschdbg.h [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_msgbuf.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_pcie.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_pcie.h [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_pcie_linux.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_pktlog.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_pktlog.h [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_pno.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_pno.h [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_proto.h [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_qos_algo.h [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_rtt.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_rtt.h [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_sdio.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_sec_feature.h [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_static_buf.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_statlog.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_statlog.h [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_wlfc.c [new file with mode: 0644]
bcmdhd.101.10.240.x/dhd_wlfc.h [new file with mode: 0644]
bcmdhd.101.10.240.x/frag.c [new file with mode: 0644]
bcmdhd.101.10.240.x/frag.h [new file with mode: 0644]
bcmdhd.101.10.240.x/hnd_pktpool.c [new file with mode: 0644]
bcmdhd.101.10.240.x/hnd_pktq.c [new file with mode: 0644]
bcmdhd.101.10.240.x/hndpmu.c [new file with mode: 0644]
bcmdhd.101.10.240.x/include/802.11.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/802.11ax.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/802.11s.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/802.1d.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/802.3.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/aidmp.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcm_l2_filter.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcm_mpool_pub.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcm_ring.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmarp.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmbloom.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmcdc.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmdefs.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmdevs.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmdevs_legacy.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmdhcp.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmendian.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmerror.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmeth.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmevent.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmicmp.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmiov.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmip.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmipv6.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmmsgbuf.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmpcie.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmproto.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmrand.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmsdbus.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmsdh.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmsdh_sdmmc.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmsdpcm.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmstdlib_s.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmtcp.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmtlv.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmudp.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmutils.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmwifi_channels.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmwifi_rates.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/bcmwifi_rspec.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/brcm_nl80211.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/dbus.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/dhd_daemon.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/dhdioctl.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/dngl_stats.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/dnglevent.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/dnglioctl.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/eap.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/eapol.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/epivers.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/etd.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/ethernet.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/event_log.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/event_log_payload.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/event_log_set.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/event_log_tag.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/event_trace.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/fils.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/hnd_armtrap.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/hnd_cons.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/hnd_debug.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/hnd_pktpool.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/hnd_pktq.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/hnd_trap.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/hndchipc.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/hndlhl.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/hndoobr.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/hndpmu.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/hndsoc.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/linux_osl.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/linux_pkt.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/linuxver.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/lpflags.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/mbo.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/msgtrace.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/nan.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/osl.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/osl_decl.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/osl_ext.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/p2p.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/packed_section_end.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/packed_section_start.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/pcicfg.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/pcie_core.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/sbchipc.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/sbconfig.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/sbgci.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/sbhndarm.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/sbhnddma.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/sbpcmcia.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/sbsdio.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/sbsdpcmdev.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/sbsocram.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/sbsysmem.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/sdio.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/sdioh.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/sdiovar.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/siutils.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/typedefs.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/usbrdl.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/vlan.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/wl_bam.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/wl_bigdata.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/wldev_common.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/wlfc_proto.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/wlioctl.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/wlioctl_defs.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/wlioctl_utils.h [new file with mode: 0644]
bcmdhd.101.10.240.x/include/wpa.h [new file with mode: 0644]
bcmdhd.101.10.240.x/linux_osl.c [new file with mode: 0644]
bcmdhd.101.10.240.x/linux_osl_priv.h [new file with mode: 0644]
bcmdhd.101.10.240.x/linux_pkt.c [new file with mode: 0644]
bcmdhd.101.10.240.x/pcie_core.c [new file with mode: 0644]
bcmdhd.101.10.240.x/sbutils.c [new file with mode: 0644]
bcmdhd.101.10.240.x/siutils.c [new file with mode: 0644]
bcmdhd.101.10.240.x/siutils_priv.h [new file with mode: 0644]
bcmdhd.101.10.240.x/wifi_stats.h [new file with mode: 0644]
bcmdhd.101.10.240.x/wl_android.c [new file with mode: 0644]
bcmdhd.101.10.240.x/wl_android.h [new file with mode: 0644]
bcmdhd.101.10.240.x/wl_android_ext.c [new file with mode: 0644]
bcmdhd.101.10.240.x/wl_bam.c [new file with mode: 0644]
bcmdhd.101.10.240.x/wl_bigdata.c [new file with mode: 0644]
bcmdhd.101.10.240.x/wl_cfg80211.c [new file with mode: 0644]
bcmdhd.101.10.240.x/wl_cfg80211.h [new file with mode: 0644]
bcmdhd.101.10.240.x/wl_cfg_btcoex.c [new file with mode: 0644]
bcmdhd.101.10.240.x/wl_cfgnan.c [new file with mode: 0644]
bcmdhd.101.10.240.x/wl_cfgnan.h [new file with mode: 0644]
bcmdhd.101.10.240.x/wl_cfgp2p.c [new file with mode: 0644]
bcmdhd.101.10.240.x/wl_cfgp2p.h [new file with mode: 0644]
bcmdhd.101.10.240.x/wl_cfgscan.c [new file with mode: 0644]
bcmdhd.101.10.240.x/wl_cfgscan.h [new file with mode: 0644]
bcmdhd.101.10.240.x/wl_cfgvendor.c [new file with mode: 0644]
bcmdhd.101.10.240.x/wl_cfgvendor.h [new file with mode: 0644]
bcmdhd.101.10.240.x/wl_escan.c [new file with mode: 0644]
bcmdhd.101.10.240.x/wl_escan.h [new file with mode: 0644]
bcmdhd.101.10.240.x/wl_event.c [new file with mode: 0644]
bcmdhd.101.10.240.x/wl_iw.c [new file with mode: 0644]
bcmdhd.101.10.240.x/wl_iw.h [new file with mode: 0644]
bcmdhd.101.10.240.x/wl_linux_mon.c [new file with mode: 0644]
bcmdhd.101.10.240.x/wl_roam.c [new file with mode: 0644]
bcmdhd.101.10.240.x/wlc_types.h [new file with mode: 0644]
bcmdhd.101.10.240.x/wldev_common.c [new file with mode: 0644]