实例介绍
【实例截图】
【核心代蓝牙wifi-正i基通过驱动
1-通用驱动
├── bcmdhd-1.201.59.9.rar
├── bcmdhd.1.201.59.6.cn
│ ├── bcmdhd.1.201.59.x.cn
│ │ ├── Kconfig
│ │ ├── Makefile
│ │ ├── aiutils.c
│ │ ├── bcmevent.c
│ │ ├── bcmsdh.c
│ │ ├── bcmsdh_linux.c
│ │ ├── bcmsdh_sdmmc.c
│ │ ├── bcmsdh_sdmmc_linux.c
│ │ ├── bcmutils.c
│ │ ├── bcmwifi_channels.c
│ │ ├── circularbuf.c
│ │ ├── dhd.h
│ │ ├── dhd_bta.c
│ │ ├── dhd_bta.h
│ │ ├── dhd_bus.h
│ │ ├── dhd_cdc.c
│ │ ├── dhd_cfg80211.c
│ │ ├── dhd_cfg80211.h
│ │ ├── dhd_cfg_vendor.c
│ │ ├── dhd_common.c
│ │ ├── dhd_config.c
│ │ ├── dhd_config.h
│ │ ├── dhd_custom_gpio.c
│ │ ├── dhd_dbg.h
│ │ ├── dhd_flowring.c
│ │ ├── dhd_flowring.h
│ │ ├── dhd_gpio.c
│ │ ├── dhd_ip.c
│ │ ├── dhd_ip.h
│ │ ├── dhd_linux.c
│ │ ├── dhd_linux.h
│ │ ├── dhd_linux_platdev.c
│ │ ├── dhd_linux_sched.c
│ │ ├── dhd_linux_wq.c
│ │ ├── dhd_linux_wq.h
│ │ ├── dhd_log.c
│ │ ├── dhd_msgbuf.c
│ │ ├── dhd_pcie.c
│ │ ├── dhd_pcie.h
│ │ ├── dhd_pcie_linux.c
│ │ ├── dhd_pno.c
│ │ ├── dhd_pno.h
│ │ ├── dhd_proto.h
│ │ ├── dhd_sdio.c
│ │ ├── dhd_static_buf.c
│ │ ├── dhd_wlfc.c
│ │ ├── dhd_wlfc.h
│ │ ├── dngl_stats.h
│ │ ├── dngl_wlhdr.h
│ │ ├── hnd_pktpool.c
│ │ ├── hnd_pktq.c
│ │ ├── hndpmu.c
│ │ ├── include
│ │ │ ├── Makefile
│ │ │ ├── aidmp.h
│ │ │ ├── bcm_cfg.h
│ │ │ ├── bcm_mpool_pub.h
│ │ │ ├── bcmcdc.h
│ │ │ ├── bcmdefs.h
│ │ │ ├── bcmdevs.h
│ │ │ ├── bcmendian.h
│ │ │ ├── bcmmsgbuf.h
│ │ │ ├── bcmpcie.h
│ │ │ ├── bcmpcispi.h
│ │ │ ├── bcmperf.h
│ │ │ ├── bcmsdbus.h
│ │ │ ├── bcmsdh.h
│ │ │ ├── bcmsdh_sdmmc.h
│ │ │ ├── bcmsdpcm.h
│ │ │ ├── bcmsdspi.h
│ │ │ ├── bcmsdstd.h
│ │ │ ├── bcmspi.h
│ │ │ ├── bcmutils.h
│ │ │ ├── bcmwifi_channels.h
│ │ │ ├── bcmwifi_rates.h
│ │ │ ├── brcm_nl80211.h
│ │ │ ├── circularbuf.h
│ │ │ ├── devctrl_if
│ │ │ │ └── wlioctl_defs.h
│ │ │ ├── dhdioctl.h
│ │ │ ├── epivers.h
│ │ │ ├── epivers.h.in
│ │ │ ├── epivers.sh
│ │ │ ├── event_log.h
│ │ │ ├── hnd_armtrap.h
│ │ │ ├── hnd_cons.h
│ │ │ ├── hnd_pktpool.h
│ │ │ ├── hnd_pktq.h
│ │ │ ├── hndpmu.h
│ │ │ ├── hndsoc.h
│ │ │ ├── linux_osl.h
│ │ │ ├── linuxver.h
│ │ │ ├── miniopt.h
│ │ │ ├── msgtrace.h
│ │ │ ├── osl.h
│ │ │ ├── osl_decl.h
│ │ │ ├── packed_section_end.h
│ │ │ ├── packed_section_start.h
│ │ │ ├── pcicfg.h
│ │ │ ├── pcie_core.h
│ │ │ ├── proto
│ │ │ │ ├── 802.11.h
│ │ │ │ ├── 802.11_bta.h
│ │ │ │ ├── 802.11e.h
│ │ │ │ ├── 802.1d.h
│ │ │ │ ├── 802.3.h
│ │ │ │ ├── bcmdhcp.h
│ │ │ │ ├── bcmeth.h
│ │ │ │ ├── bcmevent.h
│ │ │ │ ├── bcmip.h
│ │ │ │ ├── bcmipv6.h
│ │ │ │ ├── bcmtcp.h
│ │ │ │ ├── bcmudp.h
│ │ │ │ ├── bt_amp_hci.h
│ │ │ │ ├── eapol.h
│ │ │ │ ├── ethernet.h
│ │ │ │ ├── p2p.h
│ │ │ │ ├── sdspi.h
│ │ │ │ ├── vlan.h
│ │ │ │ └── wpa.h
│ │ │ ├── sbchipc.h
│ │ │ ├── sbconfig.h
│ │ │ ├── sbhnddma.h
│ │ │ ├── sbpcmcia.h
│ │ │ ├── sbsdio.h
│ │ │ ├── sbsdpcmdev.h
│ │ │ ├── sbsocram.h
│ │ │ ├── sdio.h
│ │ │ ├── sdioh.h
│ │ │ ├── sdiovar.h
│ │ │ ├── siutils.h
│ │ │ ├── trxhdr.h
│ │ │ ├── typedefs.h
│ │ │ ├── wlfc_proto.h
│ │ │ └── wlioctl.h
│ │ ├── linux_osl.c
│ │ ├── pcie_core.c
│ │ ├── sbutils.c
│ │ ├── siutils.c
│ │ ├── siutils_priv.h
│ │ ├── uamp_api.h
│ │ ├── wl_android.c
│ │ ├── wl_android.h
│ │ ├── wl_cfg80211.c
│ │ ├── wl_cfg80211.h
│ │ ├── wl_cfg_btcoex.c
│ │ ├── wl_cfgp2p.c
│ │ ├── wl_cfgp2p.h
│ │ ├── wl_cfgvendor.h
│ │ ├── wl_dbg.h
│ │ ├── wl_iw.c
│ │ ├── wl_iw.h
│ │ ├── wl_linux_mon.c
│ │ ├── wldev_common.c
│ │ └── wldev_common.h
│ └── bcmdhd.1.201.59.x.cn.rar
├── bcmdhd.1.201.59.6.cn.tgz
├── bcmdhd.1.201.59.7.cn.tgz
├── bcmdhd.1.201.59.8.cn.tgz
├── bcmdhd.1.201.59.x.cn.rar
├── bcmdhd.1.363.59.144.11.cn.tgz
├── bcmdhd.1.363.59.144.14.tgz
└── bcmdhd.1.363.59.144.2.cn.tgz
5 directories, 161 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论