Commit bebd3681 authored by Lorenzo Bianconi's avatar Lorenzo Bianconi Committed by Felix Fietkau
Browse files

mt76: connac: enable hw amsdu @ 6GHz



This is a preliminary patch to enable 6GHz band for mt7921 devices.

Tested-by: default avatarDeren Wu <deren.wu@mediatek.com>
Signed-off-by: default avatarLorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 3cf3e01b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -766,7 +766,7 @@ void mt76_connac_mcu_sta_tlv(struct mt76_phy *mphy, struct sk_buff *skb,
	if (!is_mt7921(dev))
	if (!is_mt7921(dev))
		return;
		return;


	if (sta->ht_cap.ht_supported)
	if (sta->ht_cap.ht_supported || sta->he_cap.has_he)
		mt76_connac_mcu_sta_amsdu_tlv(skb, sta, vif);
		mt76_connac_mcu_sta_amsdu_tlv(skb, sta, vif);


	/* starec he */
	/* starec he */