]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mt76: mt7921: fix ht mcs in mt7921_mac_add_txs_skb()
authorPeter Chiu <chui-hao.chiu@mediatek.com>
Thu, 6 Jan 2022 06:20:57 +0000 (14:20 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Apr 2022 11:58:02 +0000 (13:58 +0200)
commit6b84089d6baa1ff09a6c5813617d35ba37415a6a
tree5200ad1f4ce5bac47cda9ce2aac70d8d12abd498
parentc72c4690aee8134acc4c04a27b2db11d14680a11
mt76: mt7921: fix ht mcs in mt7921_mac_add_txs_skb()

[ Upstream commit b1fe07ed21024f64719315ba0f3a5676d8b36db6 ]

The mcs value of HT mode reported by mt7921_mac_add_txs_skb()
has already been converted to the expected format.

Fixes: 970ab80ef9f63 ("mt76: mt7921: report tx rate directly from tx status")
Signed-off-by: Peter Chiu <chui-hao.chiu@mediatek.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/wireless/mediatek/mt76/mt7921/mac.c