On 1/4/2022 8:26 AM, Hector Martin wrote: > Newer chips used on Apple platforms have a max_rxbufpost greater than > 512, which causes warnings when brcmf_msgbuf_rxbuf_data_fill tries to > put more entries in the ring than will fit. Increase the ring sizes > to 1024. Acked-by: Arend van Spriel > Reviewed-by: Linus Walleij > Signed-off-by: Hector Martin > --- > drivers/net/wireless/broadcom/brcm80211/brcmfmac/msgbuf.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)