Searched refs:inplan (Results 1 – 2 of 2) sorted by relevance
392 struct rtw_regulation_chplan inplan = {0}; in _filter_chnlplan() local401 _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()