Skip to content

Commit 030eea7

Browse files
LorenzoBianconinbd168
authored andcommitted
wifi: mt76: mt7996: Add missing CHANCTX_STA_CSA property
Enable missing CHANCTX_STA_CSA property required for MLO. Fixes: f516030 ("wifi: mt76: mt7996: Enable MLO support for client interfaces") Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://patch.msgid.link/20250928-mt7996_chanctx_sta_csa-v1-1-82e455185990@kernel.org Signed-off-by: Felix Fietkau <nbd@nbd.name>
1 parent 49b347f commit 030eea7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • drivers/net/wireless/mediatek/mt76/mt7996

drivers/net/wireless/mediatek/mt76/mt7996/init.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@ mt7996_init_wiphy(struct ieee80211_hw *hw, struct mtk_wed_device *wed)
536536
ieee80211_hw_set(hw, SUPPORTS_RX_DECAP_OFFLOAD);
537537
ieee80211_hw_set(hw, NO_VIRTUAL_MONITOR);
538538
ieee80211_hw_set(hw, SUPPORTS_MULTI_BSSID);
539+
ieee80211_hw_set(hw, CHANCTX_STA_CSA);
539540

540541
hw->max_tx_fragments = 4;
541542
wiphy->txq_memory_limit = 32 << 20; /* 32 MiB */

0 commit comments

Comments
 (0)