]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: rtw89: declare MLO support if prerequisites are met
authorZong-Zhe Yang <kevin_yang@realtek.com>
Mon, 5 May 2025 07:24:40 +0000 (15:24 +0800)
committerPing-Ke Shih <pkshih@realtek.com>
Sat, 10 May 2025 01:00:46 +0000 (09:00 +0800)
commit52d2f6857c33c0331fb3c52528181b7f3d96c749
tree180225b96545ff67b6564c055e95908250d20a0c
parent9dd85e739ce0765f022014c3e0713e1007d7ef60
wifi: rtw89: declare MLO support if prerequisites are met

When the following prerequisites are met, driver will enable support_mlo.
It means that driver will declare WIPHY_FLAG_SUPPORTS_MLO, and then deal
with MLO related things.

The main prerequisites are as below.
1. all prerequisites for running with chanctx
2. FW feature NOTIFY_AP_INFO

Signed-off-by: Zong-Zhe Yang <kevin_yang@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20250505072440.45113-12-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/core.c