Searched refs:mt76x0_frequency_plan (Results 1 – 2 of 2) sorted by relevance
365 for (i = 0; i < ARRAY_SIZE(mt76x0_frequency_plan); i++) { in mt76x0_phy_set_chan_rf_params()366 if (channel == mt76x0_frequency_plan[i].channel) { in mt76x0_phy_set_chan_rf_params()367 rf_band = mt76x0_frequency_plan[i].band; in mt76x0_phy_set_chan_rf_params()372 freq_item = &(mt76x0_frequency_plan[i]); in mt76x0_phy_set_chan_rf_params()
447 static const struct mt76x0_freq_item mt76x0_frequency_plan[] = { variable