Home
last modified time | relevance | path

Searched refs:tx_power_tlv (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c2202 struct mt76_connac_tx_power_limit_tlv tx_power_tlv = {}; in mt76_connac_mcu_rate_txpower_band() local
2207 msg_len = sizeof(tx_power_tlv) + num_ch * sizeof(sku_tlbv); in mt76_connac_mcu_rate_txpower_band()
2212 skb_reserve(skb, sizeof(tx_power_tlv)); in mt76_connac_mcu_rate_txpower_band()
2215 memcpy(tx_power_tlv.alpha2, dev->alpha2, sizeof(dev->alpha2)); in mt76_connac_mcu_rate_txpower_band()
2216 tx_power_tlv.n_chan = num_ch; in mt76_connac_mcu_rate_txpower_band()
2220 tx_power_tlv.band = 1; in mt76_connac_mcu_rate_txpower_band()
2223 tx_power_tlv.band = 3; in mt76_connac_mcu_rate_txpower_band()
2226 tx_power_tlv.band = 2; in mt76_connac_mcu_rate_txpower_band()
2244 tx_power_tlv.last_msg = ch_list[idx] == last_ch; in mt76_connac_mcu_rate_txpower_band()
2251 __skb_push(skb, sizeof(tx_power_tlv)); in mt76_connac_mcu_rate_txpower_band()
[all …]