wifi: rtw89: fw: add definition of H2C command and C2H event for MRC series
authorZong-Zhe Yang <kevin_yang@realtek.com>
Tue, 13 Feb 2024 07:35:10 +0000 (15:35 +0800)
committerKalle Valo <kvalo@kernel.org>
Thu, 15 Feb 2024 11:09:48 +0000 (13:09 +0200)
commit6ca3b88c320b5933b4371f940f70aba382e12ecf
treec1b7d713374474cfca95f7818d5cd6e2800739a6
parentdd2f633eafa4ce5b9cb2ee09bf5d709535a02e79
wifi: rtw89: fw: add definition of H2C command and C2H event for MRC series

For Wi-Fi 7 chips, FW supports MRC (multi-role concurrent) functions
including H2C commands and C2H events. We can consider FW MRC functions
as a superset of FW MCC (multi-channel concurrent) functions. And, MRC
functions can take MLO things into account.

Basically before MLO, SW can also manipulate FW MRC to work original
SW MCC flow. So, we add them first and implement the handling in the
following. And then, SW MCC will call different series of FW functions
according to chip later.

Signed-off-by: Zong-Zhe Yang <kevin_yang@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://msgid.link/20240213073514.23796-2-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/fw.h
drivers/net/wireless/realtek/rtw89/mac.h