Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ath: regdom: extend South Korea regulatory domain support

South Korea manufacturer, Samsung, has extended South Korea
regulatory domain pair with 0x5F and has used it for their
devices such as Samsung Galaxy book. Hence add support
0x5F as a regulatory domain pair along with extended country
code, 413.

Signed-off-by: Peter Oh <ebmajor.dev@gmail.com>
Signed-off-by: Andreas Tepe <andreas.tepe@debitel.net>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20210915185611.6195-1-ebmajor.dev@gmail.com

authored by

Peter Oh and committed by
Kalle Valo
dec05cdf dddaa64d

+4
+1
drivers/net/wireless/ath/regd.h
··· 126 126 CTRY_KOREA_ROC = 410, 127 127 CTRY_KOREA_ROC2 = 411, 128 128 CTRY_KOREA_ROC3 = 412, 129 + CTRY_KOREA_ROC4 = 413, 129 130 CTRY_KUWAIT = 414, 130 131 CTRY_LATVIA = 428, 131 132 CTRY_LEBANON = 422,
+3
drivers/net/wireless/ath/regd_common.h
··· 76 76 APL7_FCCA = 0x5C, 77 77 APL8_WORLD = 0x5D, 78 78 APL9_WORLD = 0x5E, 79 + APL10_WORLD = 0x5F, 79 80 80 81 WOR0_WORLD = 0x60, 81 82 WOR1_WORLD = 0x61, ··· 205 204 {APL6_WORLD, CTL_ETSI, CTL_ETSI}, 206 205 {APL8_WORLD, CTL_ETSI, CTL_ETSI}, 207 206 {APL9_WORLD, CTL_ETSI, CTL_ETSI}, 207 + {APL10_WORLD, CTL_ETSI, CTL_ETSI}, 208 208 209 209 {APL3_FCCA, CTL_FCC, CTL_FCC}, 210 210 {APL7_FCCA, CTL_FCC, CTL_FCC}, ··· 428 426 {CTRY_KOREA_ROC, APL9_WORLD, "KR"}, 429 427 {CTRY_KOREA_ROC2, APL2_WORLD, "K2"}, 430 428 {CTRY_KOREA_ROC3, APL9_WORLD, "K3"}, 429 + {CTRY_KOREA_ROC4, APL10_WORLD, "K4"}, 431 430 {CTRY_KUWAIT, ETSI3_WORLD, "KW"}, 432 431 {CTRY_LATVIA, ETSI1_WORLD, "LV"}, 433 432 {CTRY_LEBANON, NULL1_WORLD, "LB"},