mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 12:03:54 +02:00
mt76: connac: enable hw amsdu @ 6GHz
This is a preliminary patch to enable 6GHz band for mt7921 devices. Tested-by: Deren Wu <deren.wu@mediatek.com> Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
3cf3e01ba6
commit
bebd368111
|
|
@ -766,7 +766,7 @@ void mt76_connac_mcu_sta_tlv(struct mt76_phy *mphy, struct sk_buff *skb,
|
|||
if (!is_mt7921(dev))
|
||||
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);
|
||||
|
||||
/* starec he */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user