wifi: rtw89: introduce realtek ACPI DSM method
authorZong-Zhe Yang <kevin_yang@realtek.com>
Mon, 8 May 2023 08:12:09 +0000 (16:12 +0800)
committerKalle Valo <kvalo@kernel.org>
Thu, 11 May 2023 13:19:16 +0000 (16:19 +0300)
commite897b0bef38a8b40101c0e6e009395506c256460
treee2fcc20dde6791ab9187d01d9b67b1b29464f872
parentd9aef04fcfa81ee4fb2804a21a3712b7bbd936af
wifi: rtw89: introduce realtek ACPI DSM method

Introduce realtek ACPI DSM method to get required BIOS
configurations. It will be used in the following commits.

And, enum rtw89_acpi_dsm_func is added for listing the functions
which are currently recognized.

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://lore.kernel.org/r/20230508081211.38760-2-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/Makefile
drivers/net/wireless/realtek/rtw89/acpi.c [new file with mode: 0644]
drivers/net/wireless/realtek/rtw89/acpi.h [new file with mode: 0644]