Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/mediatek/mt76/
Dmt76_connac_mcu.c2073 struct mt76_connac_tx_power_limit_tlv tx_power_tlv = {}; in mt76_connac_mcu_rate_txpower_band() local
2078 msg_len = sizeof(tx_power_tlv) + num_ch * sizeof(sku_tlbv); in mt76_connac_mcu_rate_txpower_band()
2083 skb_reserve(skb, sizeof(tx_power_tlv)); in mt76_connac_mcu_rate_txpower_band()
2085 BUILD_BUG_ON(sizeof(dev->alpha2) > sizeof(tx_power_tlv.alpha2)); in mt76_connac_mcu_rate_txpower_band()
2086 memcpy(tx_power_tlv.alpha2, dev->alpha2, sizeof(dev->alpha2)); in mt76_connac_mcu_rate_txpower_band()
2087 tx_power_tlv.n_chan = num_ch; in mt76_connac_mcu_rate_txpower_band()
2091 tx_power_tlv.band = 1; in mt76_connac_mcu_rate_txpower_band()
2094 tx_power_tlv.band = 3; in mt76_connac_mcu_rate_txpower_band()
2097 tx_power_tlv.band = 2; in mt76_connac_mcu_rate_txpower_band()
2115 tx_power_tlv.last_msg = ch_list[idx] == last_ch; in mt76_connac_mcu_rate_txpower_band()
[all …]