linux/drivers/net/wireless/broadcom/brcm80211
Naveen Gupta f95a8d9c6a brcmfmac: update 43012 F2 watermark setting to fix DMA Error during UDP RX Traffic
The number of words that the read FIFO has to contain except
the end of frame before sends data back to the host.
Max watermark = (512B - 2* (BurstLength))/4 =
(512 - 128)/4 = 384/4 = 0x60
so if burst length (i.e. BurstLength = 64) is increased,
watermark has to be reduced. This is the optimal setting for this chip.

Reviewed-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: Naveen Gupta <naveen.gupta@cypress.com>
Signed-off-by: Chi-Hsien Lin <chi-hsien.lin@cypress.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2018-12-13 16:57:22 +02:00
..
brcmfmac brcmfmac: update 43012 F2 watermark setting to fix DMA Error during UDP RX Traffic 2018-12-13 16:57:22 +02:00
brcmsmac brcmsmac: Use cordic-related macros from common cordic library 2018-11-29 17:30:49 +02:00
brcmutil wireless-drivers-next patches for 4.21 2018-12-03 15:44:27 -08:00
include brcmfmac: add support for CYW43012 SDIO chipset 2018-12-13 16:57:17 +02:00
Kconfig net: Remove depends on HAS_DMA in case of platform dependency 2018-06-23 10:44:30 +09:00
Makefile