#20416: mt76 txpower defines bug
--------------------------------+----------------------------------
  Reporter:  pozega.tomislav@…  |      Owner:  developers
      Type:  defect             |     Status:  new
  Priority:  high               |  Milestone:  Chaos Calmer (trunk)
 Component:  packages           |    Version:  Trunk
Resolution:                     |   Keywords:
--------------------------------+----------------------------------

Comment (by pozega.tomislav@…):

 in mt76_phy_set_txpower function of phy.c file MT_TX_PWR_CFG_1 has been
 incorrectly defined as


 {{{
         mt76_wr(dev, MT_TX_PWR_CFG_1,
                 mt76_tx_power_mask(t.ofdm[4], t.ofdm[6], t.ht[0],
 t.ht[4]));
 }}}

 but it should be


 {{{
         mt76_wr(dev, MT_TX_PWR_CFG_1,
                 mt76_tx_power_mask(t.ofdm[4], t.ofdm[6], t.ht[0],
 t.ht[2]));
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/20416#comment:1>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to