mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 14:42:08 +02:00
wifi: mt76: mt7996: support critical packet mode for MT7990 chipsets
For MT7990 chipsets, critical packet mode must be enabled. Without this, some higher priority packets may be placed in the wrong AC queue. Signed-off-by: Howard Hsu <howard-yh.hsu@mediatek.com> Signed-off-by: Shayne Chen <shayne.chen@mediatek.com> Link: https://patch.msgid.link/20260312095724.2117448-2-shayne.chen@mediatek.com Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
73b46379e5
commit
cf909557c1
|
|
@ -56,7 +56,7 @@ static int mt7996_start(struct ieee80211_hw *hw)
|
|||
|
||||
mutex_lock(&dev->mt76.mutex);
|
||||
ret = mt7996_mcu_set_hdr_trans(dev, true);
|
||||
if (!ret && is_mt7992(&dev->mt76)) {
|
||||
if (!ret && !is_mt7996(&dev->mt76)) {
|
||||
u8 queue = mt76_connac_lmac_mapping(IEEE80211_AC_VI);
|
||||
|
||||
ret = mt7996_mcu_cp_support(dev, queue);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user