Skip to content

Commit

Permalink
phy: fix MT_TX_PWR_CFG_1 setting
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
  • Loading branch information
Felix Fietkau committed Aug 28, 2015
1 parent 58a24ef commit b6de6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ void mt76_phy_set_txpower(struct mt76_dev *dev)
mt76_wr(dev, MT_TX_PWR_CFG_0,
mt76_tx_power_mask(t.cck[0], t.cck[2], t.ofdm[0], t.ofdm[2]));
mt76_wr(dev, MT_TX_PWR_CFG_1,
mt76_tx_power_mask(t.ofdm[4], t.ofdm[6], t.ht[0], t.ht[4]));
mt76_tx_power_mask(t.ofdm[4], t.ofdm[6], t.ht[0], t.ht[2]));
mt76_wr(dev, MT_TX_PWR_CFG_2,
mt76_tx_power_mask(t.ht[4], t.ht[6], t.ht[8], t.ht[10]));
mt76_wr(dev, MT_TX_PWR_CFG_3,
Expand Down

0 comments on commit b6de6a0

Please sign in to comment.