Searched refs:bandlist (Results 1 – 1 of 1) sorted by relevance
7582 __le32 bandlist[3]; in brcmf_setup_wiphy() local7658 err = brcmf_fil_cmd_data_get(ifp, BRCMF_C_GET_BANDLIST, &bandlist, in brcmf_setup_wiphy()7659 sizeof(bandlist)); in brcmf_setup_wiphy()7665 n_bands = le32_to_cpu(bandlist[0]); in brcmf_setup_wiphy()7666 for (i = 1; i <= n_bands && i < ARRAY_SIZE(bandlist); i++) { in brcmf_setup_wiphy()7667 if (bandlist[i] == cpu_to_le32(WLC_BAND_2G)) { in brcmf_setup_wiphy()7684 if (bandlist[i] == cpu_to_le32(WLC_BAND_5G)) { in brcmf_setup_wiphy()