commit | 2bed2a3e905a736abc75c83786042b9c758514f6 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@nbd.name> | Wed Oct 30 14:16:28 2019 +0100 |
committer | Felix Fietkau <nbd@nbd.name> | Fri Feb 14 10:05:59 2020 +0100 |
tree | 256623cc9ca9d150f21166d9c392670765f48a1e | |
parent | 5dabdf71e94e4583a1111b6d833e00e6eef373d1 [diff] |
mt76: mt7615: rework chainmask handling Move chainmask to struct mt7615_phy and instead of needlessly making the format similar to values for older chips, make it refer to the actual chain bits used for the rx/tx path. This is important for multiple wiphy support, where for a secondary phy, antenna_mask will start at 0, and chainmask will start at the chain offset (bit 2) Signed-off-by: Felix Fietkau <nbd@nbd.name>