Skip to content

Commit 2bc50d8

Browse files
Madhan Mohan RKalle Valo
authored andcommitted
brcmfmac: increase max hanger slots from 1K to 3K in fws layer
Will enable FMAC to push more packets to bus tx queue and help improve throughput when fws queuing is enabled. This change is required to tune the throughput for passing WMM CERT tests. Signed-off-by: Madhan Mohan R <[email protected]> Signed-off-by: Chi-hsien Lin <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent bd99449 commit 2bc50d8

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/wireless/broadcom/brcm80211/brcmfmac

1 file changed

+1
-1
lines changed

drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ struct brcmf_fws_mac_descriptor {
404404
u8 traffic_lastreported_bmp;
405405
};
406406

407-
#define BRCMF_FWS_HANGER_MAXITEMS 1024
407+
#define BRCMF_FWS_HANGER_MAXITEMS 3072
408408

409409
/**
410410
* enum brcmf_fws_hanger_item_state - state of hanger item.

0 commit comments

Comments
 (0)