Skip to content

Commit bebd368

Browse files
LorenzoBianconinbd168
authored andcommitted
mt76: connac: enable hw amsdu @ 6GHz
This is a preliminary patch to enable 6GHz band for mt7921 devices. Tested-by: Deren Wu <[email protected]> Signed-off-by: Lorenzo Bianconi <[email protected]> Signed-off-by: Felix Fietkau <[email protected]>
1 parent 3cf3e01 commit bebd368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ void mt76_connac_mcu_sta_tlv(struct mt76_phy *mphy, struct sk_buff *skb,
766766
if (!is_mt7921(dev))
767767
return;
768768

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

772772
/* starec he */

0 commit comments

Comments
 (0)