Searched refs:mt76x0_frequency_plan (Results 1 – 2 of 2) sorted by relevance
251 for (i = 0; i < ARRAY_SIZE(mt76x0_frequency_plan); i++) { in mt76x0_phy_set_chan_rf_params()252 if (channel == mt76x0_frequency_plan[i].channel) { in mt76x0_phy_set_chan_rf_params()253 rf_band = mt76x0_frequency_plan[i].band; in mt76x0_phy_set_chan_rf_params()258 freq_item = &mt76x0_frequency_plan[i]; in mt76x0_phy_set_chan_rf_params()
320 static const struct mt76x0_freq_item mt76x0_frequency_plan[] = { variable