nuttx/drivers/wireless/ieee80211/bcm43xxx
Alexander Lunev a597e66070 bcm43xxx: fixed several warnings:
warning: ISO C forbids 'return' with expression, in function returning void [-Wpedantic]
warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint8_t * {aka unsigned char *}' [-Wformat=]
warning: too many arguments for format [-Wformat-extra-args]
2022-02-04 15:26:42 -03:00
..
bcmf_bdc.c bcm43xxx: fixed issues with unaligned buffers for DMA transfers. 2021-07-28 13:47:04 -03:00
bcmf_bdc.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
bcmf_cdc.c bcm43xxx: fixed issues with unaligned buffers for DMA transfers. 2021-07-28 13:47:04 -03:00
bcmf_cdc.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
bcmf_chip_43362.c bcm43xxx: supported ARM CR4 core and bcm43455 chip in particular 2021-12-30 01:33:13 +08:00
bcmf_chip_43438.c bcm43xxx: supported ARM CR4 core and bcm43455 chip in particular 2021-12-30 01:33:13 +08:00
bcmf_chip_43455.c bcm43xxx: supported ARM CR4 core and bcm43455 chip in particular 2021-12-30 01:33:13 +08:00
bcmf_core.c bcm43xxx: supported ARM CR4 core and bcm43455 chip in particular 2021-12-30 01:33:13 +08:00
bcmf_core.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
bcmf_driver.c bcm43xxx: fixed several warnings: 2022-02-04 15:26:42 -03:00
bcmf_driver.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
bcmf_ioctl.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
bcmf_netdev.c net: unify FAR keyword usage for all net buffer memory mapped buffers 2022-01-20 01:42:56 +08:00
bcmf_netdev.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
bcmf_sdio_core.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
bcmf_sdio_regs.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
bcmf_sdio.c bcm43xxx: fixed several warnings: 2022-02-04 15:26:42 -03:00
bcmf_sdio.h bcm43xxx: fixed several warnings: 2022-02-04 15:26:42 -03:00
bcmf_sdpcm.c bcm43xxx: fixed several warnings: 2022-02-04 15:26:42 -03:00
bcmf_sdpcm.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
bcmf_utils.c drivers: update licenses to Apache 2021-05-31 02:58:08 -05:00
bcmf_utils.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
Kconfig bcm43xxx: supported ARM CR4 core and bcm43455 chip in particular 2021-12-30 01:33:13 +08:00
Make.defs sdio: Move sdio utils functions to drivers/mmcsd 2022-01-04 17:44:24 +01:00