Searched refs:chdef2 (Results 1 – 2 of 2) sorted by relevance
929 const struct chdef_2ghz *chdef2 = NULL; in rtw_phl_query_specific_chplan() local954 chdef2 = &chdef2g[i]; in rtw_phl_query_specific_chplan()968 chdef2 = NULL; in rtw_phl_query_specific_chplan()974 if (chdef2) { in rtw_phl_query_specific_chplan()975 ch = ((chdef2->support_ch[1] << 8) | in rtw_phl_query_specific_chplan()976 (chdef2->support_ch[0])); in rtw_phl_query_specific_chplan()977 passive = ((chdef2->passive[1] << 8) | in rtw_phl_query_specific_chplan()978 (chdef2->passive[0])); in rtw_phl_query_specific_chplan()