mt76: mt7615: fix using VHT STBC rates
authorFelix Fietkau <nbd@nbd.name>
Thu, 11 Jul 2019 19:17:06 +0000 (21:17 +0200)
committerFelix Fietkau <nbd@nbd.name>
Thu, 5 Sep 2019 15:42:29 +0000 (17:42 +0200)
commit3eb514dd45f3ec85f751d0caa77ad1df8b3afb37
tree9d71748a6c32216d944ad0b9e7a93460cad1f14f
parentcf211051987c0cb66f1ef7e9b87783a1d506ef04
mt76: mt7615: fix using VHT STBC rates

The hardware expects MT_TX_RATE_NSS to be filled with the number of
space/time streams. For non-STBC rates, this is equal to nss.
For 1-stream STBC, this needs to be set to 2.
This is relevant for VHT rates only, on HT, the value is derived from MCS
internally.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt7615/mac.c