Lines Matching refs:txpower
3312 int mt7915_mcu_set_txpower_frame_min(struct mt7915_phy *phy, s8 txpower)
3323 .txpower_min = txpower * 2, /* 0.5db */
3333 struct ieee80211_sta *sta, s8 txpower)
3358 txpower = mt76_get_power_bound(mphy, txpower);
3359 if (txpower > mphy->txpower_cur || txpower < 0)
3362 if (txpower) {
3386 DIV_ROUND_UP(txpower - txpower_sku[offs], 2);
3438 int mt7915_mcu_get_txpower_sku(struct mt7915_phy *phy, s8 *txpower, int len)
3464 txpower[i] = txpower_sku[i][req.band_idx];