Home
last modified time | relevance | path

Searched refs:inplan (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_regulation.c392 struct rtw_regulation_chplan inplan = {0}; in _filter_chnlplan() local
401 _os_mem_cpy(d, &inplan, plan, sizeof(struct rtw_regulation_chplan)); in _filter_chnlplan()
409 for (j = 0; j < inplan.cnt; j++) { in _filter_chnlplan()
410 if ((filter->ch[i].band == inplan.ch[j].band) && in _filter_chnlplan()
411 (filter->ch[i].ch == inplan.ch[j].channel)) { in _filter_chnlplan()
412 plan->ch[k].band = inplan.ch[j].band; in _filter_chnlplan()
413 plan->ch[k].channel = inplan.ch[j].channel; in _filter_chnlplan()
414 plan->ch[k].property = inplan.ch[j].property; in _filter_chnlplan()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_regulation.c392 struct rtw_regulation_chplan inplan = {0}; in _filter_chnlplan() local
401 _os_mem_cpy(d, &inplan, plan, sizeof(struct rtw_regulation_chplan)); in _filter_chnlplan()
409 for (j = 0; j < inplan.cnt; j++) { in _filter_chnlplan()
410 if ((filter->ch[i].band == inplan.ch[j].band) && in _filter_chnlplan()
411 (filter->ch[i].ch == inplan.ch[j].channel)) { in _filter_chnlplan()
412 plan->ch[k].band = inplan.ch[j].band; in _filter_chnlplan()
413 plan->ch[k].channel = inplan.ch[j].channel; in _filter_chnlplan()
414 plan->ch[k].property = inplan.ch[j].property; in _filter_chnlplan()