]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: mt76: mt792x: Limit the concurrent STA and SoftAP to operate on the same channel
authorLeon Yen <leon.yen@mediatek.com>
Wed, 25 Jun 2025 07:37:20 +0000 (15:37 +0800)
committerFelix Fietkau <nbd@nbd.name>
Mon, 7 Jul 2025 16:07:43 +0000 (18:07 +0200)
commiteb8352ee2d1e70f916fac02094dca2b435076fa4
tree6a1a511fc22725470a3345b3b6857f6d4b6e3b1b
parent03ee8f73801a8f46d83dfc2bf73fb9ffa5a21602
wifi: mt76: mt792x: Limit the concurrent STA and SoftAP to operate on the same channel

Due to the lack of NoA(Notice of Absence) mechanism in SoftAP mode, it is
inappropriate to allow concurrent SoftAP and STA to operate on the
different channels.

This patch restricts the concurrent SoftAP and STA to be setup on the same
channel only.

Signed-off-by: Leon Yen <leon.yen@mediatek.com>
Signed-off-by: Ming Yen Hsieh <mingyen.hsieh@mediatek.com>
Link: https://patch.msgid.link/20250625073720.1385210-1-mingyen.hsieh@mediatek.com
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt792x_core.c