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 <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/20220318023214.32411-2-pkshih@realtek.com
This commit is contained in:
Zong-Zhe Yang 2022-03-18 10:32:04 +08:00 коммит произвёл Kalle Valo
Родитель 3064511880
Коммит 5a0e776bec
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -446,6 +446,7 @@ enum rtw89_regulation_type {
RTW89_UKRAINE = 11,
RTW89_CN = 12,
RTW89_QATAR = 13,
RTW89_UK = 14,
RTW89_REGD_NUM,
};