Skip to content

Commit 5b5c036

Browse files
marcanjannau
authored andcommitted
wifi: brcmfmac: Increase bandlist size
BCM4388 supports more bands, so make space for them. Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent 5c129b0 commit 5b5c036

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/net/wireless/broadcom/brcm80211/brcmfmac

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7595,7 +7595,7 @@ static int brcmf_setup_wiphy(struct wiphy *wiphy, struct brcmf_if *ifp)
75957595
struct ieee80211_supported_band *band;
75967596
u16 max_interfaces = 0;
75977597
bool gscan;
7598-
__le32 bandlist[3];
7598+
__le32 bandlist[16];
75997599
u32 n_bands;
76007600
int err, i;
76017601

0 commit comments

Comments
 (0)