nuttx/drivers/wireless/ieee80211/bcm43xxx
Alexander Lunev ff2dd12c3c bcm43xxx: fixed issues with unaligned buffers for DMA transfers.
This fixes the following errors:
- "stm32_dmacapable: stm32_dmacapable: burst crosses 1KiB
up_assert: Assertion failed at file:chip/stm32_sdio.c line: 2890 task: init"

- "stm32_dmacapable: stm32_dmacapable: burst crosses 1KiB
up_assert: Assertion failed at file:chip/stm32_sdio.c line: 2808 task: bcmf"

bcm43xxx: replaced all occurrences of "__attribute__((packed))" by
compiler independent "begin_packed_struct / end_packed_struct".
2021-07-28 13:47:04 -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 bcm43xxx: fixed issues with unaligned buffers for DMA transfers. 2021-07-28 13:47:04 -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 drivers: update licenses to Apache 2021-05-31 02:58:08 -05:00
bcmf_chip_43362.c drivers: update licenses to Apache 2021-05-31 02:58:08 -05:00
bcmf_chip_43438.c drivers: update licenses to Apache 2021-05-31 02:58:08 -05:00
bcmf_core.c drivers: update licenses to Apache 2021-05-31 02:58:08 -05:00
bcmf_core.h drivers: update licenses to Apache 2021-05-31 02:58:08 -05:00
bcmf_driver.c bcm43xxx: supported IW_AUTH_CIPHER_NONE mode 2021-07-09 21:34:05 -07:00
bcmf_driver.h drivers: update licenses to Apache 2021-05-31 02:58:08 -05:00
bcmf_ioctl.h bcm43xxx: nxstyle fixes ("error: Mixed case identifier found") 2021-07-09 21:34:05 -07:00
bcmf_netdev.c NuttX: Gregory Nutt: update licenses to Apache 2021-04-03 04:20:31 -07:00
bcmf_netdev.h drivers: update licenses to Apache 2021-05-31 02:58:08 -05:00
bcmf_sdio_core.h drivers: nxstyle fixes 2021-04-05 07:31:45 -05:00
bcmf_sdio_regs.h drivers: nxstyle fixes 2021-04-05 07:31:45 -05:00
bcmf_sdio.c drivers: update licenses to Apache 2021-05-31 02:58:08 -05:00
bcmf_sdio.h bcm43xxx: fixed issues with unaligned buffers for DMA transfers. 2021-07-28 13:47:04 -03:00
bcmf_sdpcm.c bcm43xxx: fixed issues with unaligned buffers for DMA transfers. 2021-07-28 13:47:04 -03:00
bcmf_sdpcm.h drivers: update licenses to Apache 2021-05-31 02:58:08 -05:00
bcmf_utils.c drivers: update licenses to Apache 2021-05-31 02:58:08 -05:00
bcmf_utils.h drivers: update licenses to Apache 2021-05-31 02:58:08 -05:00
Kconfig bcm43xxx: fixed issues with unaligned buffers for DMA transfers. 2021-07-28 13:47:04 -03:00
Make.defs drivers: Author Gregory Nutt: update licenses to Apache 2021-03-04 18:32:27 -08:00
mmc_sdio.c sdio,stm32h7: fixed an issue with not starting IDMA data transfer in case of IO_RW_EXTENDED command (CMD53); 2021-06-21 02:47:46 -05:00