brcmfmac: increase max hanger slots from 1K to 3K in fws layer
authorMadhan Mohan R <MadhanMohan.R@cypress.com>
Wed, 25 Mar 2020 08:20:27 +0000 (03:20 -0500)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 26 Mar 2020 09:44:09 +0000 (11:44 +0200)
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 <madhanmohan.r@cypress.com>
Signed-off-by: Chi-hsien Lin <chi-hsien.lin@cypress.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1585124429-97371-5-git-send-email-chi-hsien.lin@cypress.com
drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c

index 10022c7..8cc5293 100644 (file)
@@ -404,7 +404,7 @@ struct brcmf_fws_mac_descriptor {
        u8 traffic_lastreported_bmp;
 };
 
-#define BRCMF_FWS_HANGER_MAXITEMS      1024
+#define BRCMF_FWS_HANGER_MAXITEMS      3072
 
 /**
  * enum brcmf_fws_hanger_item_state - state of hanger item.