Skip to content

Commit cc381c4

Browse files
committed
wifi: mt76: connac: use muar idx 0xe for non-mt799x as well
This is expected by the firmware of older chipsets as well, though it may not have been as strongly required as on mt799x Fixes: 098428c ("wifi: mt76: connac: set correct muar_idx for mt799x chipsets") Signed-off-by: Felix Fietkau <nbd@nbd.name>
1 parent 5b3d6f5 commit cc381c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ __mt76_connac_mcu_alloc_sta_req(struct mt76_dev *dev, struct mt76_vif *mvif,
283283
};
284284
struct sk_buff *skb;
285285

286-
if (is_mt799x(dev) && wcid && !wcid->sta)
286+
if (wcid && !wcid->sta)
287287
hdr.muar_idx = 0xe;
288288

289289
mt76_connac_mcu_get_wlan_idx(dev, wcid, &hdr.wlan_idx_lo,

0 commit comments

Comments
 (0)