commit | cee646d62b4ca07e7c4a5864a11c35164fbf2445 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@nbd.name> | Wed Mar 27 10:10:48 2019 +0100 |
committer | Felix Fietkau <nbd@nbd.name> | Wed May 01 13:03:57 2019 +0200 |
tree | 2d09630b37bb21c8fe904e037419916028b73ff5 | |
parent | def34a2f4f44715aadadb141f3050e586c62f7d4 [diff] |
mt76: fix tx power issues - tx power is stored in the channels after ieee80211_register_hw, so chan->orig_mpwr needs to be updated as well - for non-TSSI devices, mt76x2e needs to use a different target power value from the EEPROM - fix a rounding error in a few places (need to round up, not down) Signed-off-by: Felix Fietkau <nbd@nbd.name>