nuttx/drivers/wireless/ieee80211/bcm43xxx
chao.an bc6b3f34c8 wireless/bcm43xxx: enable tx flow control to improve performance
RX/TX shared free queue on bcmf implementation, if TX occupies the
free queue completely, RX will trigger read abort because it cannot
alloc buffer successfully from the shared free queue. This commit will
limit the sending entries of tx and prevent rx triggering abort

Signed-off-by: chao.an <anchao@xiaomi.com>
2022-06-29 09:06:57 +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 wireless/bcm43xx: replace sem_wait to uninterruptible version 2022-06-16 02:44:47 +08:00
bcmf_cdc.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
bcmf_chip_4301x.c wireless/bcm430xx: rename chip minor id to 'x' 2022-06-15 02:01:37 +08: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 wireless/bcm43xxx: replace all busy delay to nxsig_usleep 2022-06-16 23:02:09 +08:00
bcmf_core.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
bcmf_driver.c wireless/bcm43xxx: add get country code support 2022-06-23 21:48:08 +08:00
bcmf_driver.h wireless/bcm43xxx: add get country code support 2022-06-23 21:48:08 +08:00
bcmf_ioctl.h wireless/bcm43xxx: handle disassoc correctly 2022-06-18 19:43:13 +08:00
bcmf_netdev.c wireless/bcm43xxx: correct the return value 2022-06-25 16:45:34 +08:00
bcmf_netdev.h bcm43xxx: Remove bcmf_txavail_work and resue bcmf_tx_poll_work 2022-06-16 09:13:16 +03:00
bcmf_sdio_core.h wireless/bcm430xx: rename chip minor id to 'x' 2022-06-15 02:01:37 +08:00
bcmf_sdio_regs.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
bcmf_sdio.c wireless/bcm43xxx: enable tx flow control to improve performance 2022-06-29 09:06:57 +03:00
bcmf_sdio.h Revert "wireless/bcm43xxx: remove unused tx_queue_count" 2022-06-29 09:06:57 +03:00
bcmf_sdpcm.c wireless/bcm43xxx: add dynamic kso control support 2022-06-25 19:52:13 +08:00
bcmf_sdpcm.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
bcmf_utils.c wireless/bcm43xx: replace sem_wait to uninterruptible version 2022-06-16 02:44:47 +08:00
bcmf_utils.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
Kconfig wireless/bcm43xxx: add set country code support 2022-06-23 00:08:10 +08:00
Make.defs wireless/bcm430xx: rename chip minor id to 'x' 2022-06-15 02:01:37 +08:00