Searched refs:mt76_apply_array_limit (Results 1 – 1 of 1) sorted by relevance
| /src/sys/contrib/dev/mediatek/mt76/ |
| H A D | eeprom.c | 337 mt76_apply_array_limit(s8 *pwr, size_t pwr_len, const s8 *data, in mt76_apply_array_limit() function 367 mt76_apply_array_limit(pwr + pwr_len * i, pwr_len, data + 1, in mt76_apply_multi_array_limit() 448 mt76_apply_array_limit(dest->cck, ARRAY_SIZE(dest->cck), val, in mt76_get_rate_power_limits() 453 mt76_apply_array_limit(dest->ofdm, ARRAY_SIZE(dest->ofdm), val, in mt76_get_rate_power_limits() 468 mt76_apply_array_limit(dest->path.cck, ARRAY_SIZE(dest->path.cck), val, in mt76_get_rate_power_limits() 472 mt76_apply_array_limit(dest->path.ofdm, ARRAY_SIZE(dest->path.ofdm), val, in mt76_get_rate_power_limits() 476 mt76_apply_array_limit(dest->path.ofdm_bf, ARRAY_SIZE(dest->path.ofdm_bf), val, in mt76_get_rate_power_limits()
|