From: Zong-Zhe Yang Date: Fri, 18 Mar 2022 02:32:04 +0000 (+0800) Subject: rtw89: add UK to regulation type X-Git-Tag: v5.19-rc1~159^2~193^2~134 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a0e776bec96e373940731875f9e58f9a747a6e4;p=thirdparty%2Fkernel%2Flinux.git rtw89: add UK to regulation type Add RTW89_UK to enum rtw89_regulation_type. The follow-up commit will configure the corresponding values for it to TX power tables. Signed-off-by: Zong-Zhe Yang Signed-off-by: Ping-Ke Shih Signed-off-by: Kalle Valo Link: https://lore.kernel.org/r/20220318023214.32411-2-pkshih@realtek.com --- diff --git a/drivers/net/wireless/realtek/rtw89/core.h b/drivers/net/wireless/realtek/rtw89/core.h index 7d8140cc25a75..5900cbc0efd9e 100644 --- a/drivers/net/wireless/realtek/rtw89/core.h +++ b/drivers/net/wireless/realtek/rtw89/core.h @@ -446,6 +446,7 @@ enum rtw89_regulation_type { RTW89_UKRAINE = 11, RTW89_CN = 12, RTW89_QATAR = 13, + RTW89_UK = 14, RTW89_REGD_NUM, };