nuttx/drivers/wireless/ieee80211
2018-03-13 09:52:27 -06:00
..
bcmf_bdc.c
bcmf_bdc.h
bcmf_cdc.c sched/semaphore: sem_timedwait() is a cancellation point and, hence, cannot be called from within the OS. Created nxsem_timedwait() that is equivalent but does not modify the errno and does not cause cancellation. All calls to sem_timedwait() change to calls to nxsem_timedwait() in the OS. 2017-10-05 07:24:54 -06:00
bcmf_cdc.h
bcmf_chip_43362.c
bcmf_core.c
bcmf_core.h
bcmf_driver.c sched/wdog: wd_start() is an internal OS function and should not set the errno value. Reviewed and updated every call to wd_start() to verify if return value is used and if so if the errno value is accessed. 2018-01-31 10:09:14 -06:00
bcmf_driver.h
bcmf_ioctl.h
bcmf_netdev.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
bcmf_netdev.h
bcmf_sdio_core.h
bcmf_sdio_regs.h
bcmf_sdio.c sched/wdog: wd_start() is an internal OS function and should not set the errno value. Reviewed and updated every call to wd_start() to verify if return value is used and if so if the errno value is accessed. 2018-01-31 10:09:14 -06:00
bcmf_sdio.h
bcmf_sdpcm.c
bcmf_sdpcm.h
bcmf_utils.c sched/semaphore: sem_timedwait() is a cancellation point and, hence, cannot be called from within the OS. Created nxsem_timedwait() that is equivalent but does not modify the errno and does not cause cancellation. All calls to sem_timedwait() change to calls to nxsem_timedwait() in the OS. 2017-10-05 07:24:54 -06:00
bcmf_utils.h
Kconfig
Make.defs
mmc_sdio.c