PD #119211 wifi: add AP6269/AP6242 wifi driver
authorWeiguang Ruan <Weiguang.ruan@amlogic.com>
Tue, 26 Jan 2016 07:07:52 +0000 (15:07 +0800)
committerWeiguang Ruan <Weiguang.ruan@amlogic.com>
Mon, 22 Feb 2016 12:05:10 +0000 (20:05 +0800)
commit19b982d9bb82256dc2ac9e45c79cc05a3182bd3c
tree528e701f8e2ccd4bd218f2d303efb0728b0326cc
parent9c5b46b57475f69d6d93607aab679673bc69249c
PD #119211 wifi: add AP6269/AP6242 wifi driver

Change-Id: I3463d80962258cd7ed0c02908021157f3bea61d8
162 files changed:
bcmdhd-usb.1.201.88.27.x/Makefile [new file with mode: 0755]
bcmdhd-usb.1.201.88.27.x/bcmevent.c [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/bcmutils.c [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/bcmwifi_channels.c [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/bcmxtlv.c [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/common/include/devctrl_if/phyioctl_defs.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/common/include/devctrl_if/wlioctl_defs.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/common/include/proto/802.11.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/common/include/proto/802.11_bta.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/common/include/proto/802.11_ccx.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/common/include/proto/802.11e.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/common/include/proto/802.1d.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/common/include/proto/802.3.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/common/include/proto/bcmdhcp.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/common/include/proto/bcmeth.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/common/include/proto/bcmevent.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/common/include/proto/bcmip.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/common/include/proto/bcmipv6.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/common/include/proto/bcmudp.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/common/include/proto/bt_amp_hci.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/common/include/proto/eap.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/common/include/proto/eapol.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/common/include/proto/ethernet.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/common/include/proto/nan.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/common/include/proto/p2p.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/common/include/proto/sdspi.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/common/include/proto/vlan.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/common/include/proto/wpa.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/common/include/proto/wps.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/dbus.c [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/dbus_usb.c [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/dbus_usb_linux.c [new file with mode: 0755]
bcmdhd-usb.1.201.88.27.x/dhd.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/dhd_bus.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/dhd_cdc.c [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/dhd_cfg80211.c [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/dhd_cfg80211.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/dhd_cfg_vendor.c [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/dhd_common.c [new file with mode: 0755]
bcmdhd-usb.1.201.88.27.x/dhd_config.c [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/dhd_config.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/dhd_custom_gpio.c [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/dhd_dbg.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/dhd_gpio.c [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/dhd_ip.c [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/dhd_ip.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/dhd_linux.c [new file with mode: 0755]
bcmdhd-usb.1.201.88.27.x/dhd_linux.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/dhd_linux_platdev.c [new file with mode: 0755]
bcmdhd-usb.1.201.88.27.x/dhd_linux_sched.c [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/dhd_linux_wq.c [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/dhd_linux_wq.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/dhd_pno.c [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/dhd_pno.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/dhd_proto.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/dhd_static_buf.c [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/dhd_wlfc.c [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/dhd_wlfc.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/dngl_stats.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/hnd_pktpool.c [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/hnd_pktq.c [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/Makefile [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/aidmp.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcm_buzzz.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcm_cfg.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcm_mpool_pub.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcm_rpc.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcm_rpc_tp.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcmcdc.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcmdefs.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcmdevs.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcmendian.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcmmsgbuf.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcmnvram.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcmotp.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcmpcie.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcmpcispi.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcmperf.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcmsdbus.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcmsdh.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcmsdh_sdmmc.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcmsdpcm.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcmsdspi.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcmsdstd.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcmspi.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcmspibrcm.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcmsrom.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcmsrom_fmt.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcmsrom_tbl.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcmutils.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcmwifi_channels.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcmwifi_rates.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/bcmwpa.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/brcm_nl80211.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/circularbuf.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/dbus.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/dhdioctl.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/epivers.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/event_log.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/fbsd_osl.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/flring_fc.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/hnd_armtrap.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/hnd_cons.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/hnd_debug.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/hnd_pktpool.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/hnd_pktq.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/hnd_trap.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/hnddma.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/hndpmu.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/hndsoc.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/linux_osl.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/linuxver.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/logtrace.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/miniopt.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/msgtrace.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/osl.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/osl_decl.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/packed_section_end.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/packed_section_start.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/pcicfg.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/pcie_core.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/phyioctl.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/rpc_osl.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/rwl_wifi.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/sbchipc.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/sbconfig.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/sbhnddma.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/sbpcmcia.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/sbsdio.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/sbsdpcmdev.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/sbsocram.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/sbsprom.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/sdio.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/sdioh.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/sdiovar.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/siutils.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/spid.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/stbutils.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/trxhdr.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/typedefs.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/usbrdl.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/usbstd.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/wlc_extlog_idstr.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/wlfc_proto.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/include/wlioctl.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/linux_osl.c [new file with mode: 0755]
bcmdhd-usb.1.201.88.27.x/wl_android.c [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/wl_android.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/wl_cfg80211.c [new file with mode: 0755]
bcmdhd-usb.1.201.88.27.x/wl_cfg80211.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/wl_cfg_btcoex.c [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/wl_cfgnan.c [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/wl_cfgnan.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/wl_cfgp2p.c [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/wl_cfgp2p.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/wl_cfgvendor.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/wl_dbg.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/wl_iw.c [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/wl_iw.h [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/wl_linux_mon.c [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/wldev_common.c [new file with mode: 0644]
bcmdhd-usb.1.201.88.27.x/wldev_common.h [new file with mode: 0644]