Lines Matching refs:bw_cap
2177 u32 bw_cap; in dhd_conf_set_bw_cap() member
2180 if (dhd->conf->bw_cap[0] >= 0) { in dhd_conf_set_bw_cap()
2183 param.bw_cap = (uint)dhd->conf->bw_cap[0]; in dhd_conf_set_bw_cap()
2184 CONFIG_MSG("set bw_cap 2g 0x%x\n", param.bw_cap); in dhd_conf_set_bw_cap()
2189 if (dhd->conf->bw_cap[1] >= 0) { in dhd_conf_set_bw_cap()
2192 param.bw_cap = (uint)dhd->conf->bw_cap[1]; in dhd_conf_set_bw_cap()
2193 CONFIG_MSG("set bw_cap 5g 0x%x\n", param.bw_cap); in dhd_conf_set_bw_cap()
4283 conf->bw_cap[0] = (uint)simple_strtol(data, NULL, 0); in dhd_conf_read_others()
4284 CONFIG_MSG("bw_cap_2g = %d\n", conf->bw_cap[0]); in dhd_conf_read_others()
4287 conf->bw_cap[1] = (uint)simple_strtol(data, NULL, 0); in dhd_conf_read_others()
4288 CONFIG_MSG("bw_cap_5g = %d\n", conf->bw_cap[1]); in dhd_conf_read_others()
4294 conf->bw_cap[0] = (uint32)simple_strtol(pch, NULL, 0); in dhd_conf_read_others()
4295 CONFIG_MSG("bw_cap 2g = %d\n", conf->bw_cap[0]); in dhd_conf_read_others()
4299 conf->bw_cap[1] = (uint32)simple_strtol(pch, NULL, 0); in dhd_conf_read_others()
4300 CONFIG_MSG("bw_cap 5g = %d\n", conf->bw_cap[1]); in dhd_conf_read_others()
5061 memset(&conf->bw_cap, -1, sizeof(conf->bw_cap)); in dhd_conf_preinit()