diff options
author | Peter Oh <ebmajor.dev@gmail.com> | 2021-09-15 11:56:11 -0700 |
---|---|---|
committer | Kalle Valo <quic_kvalo@quicinc.com> | 2021-12-08 10:37:38 +0200 |
commit | dec05cdf78af93d5bf338171aa3bc3e1755f3f4c (patch) | |
tree | 3d34a20e541435be79414d0bfd7860d49bc3c993 /drivers/net/wireless/ath/regd.h | |
parent | dddaa64d0af37275314a656bd8f8e941799e2d61 (diff) | |
download | linux-dec05cdf78af93d5bf338171aa3bc3e1755f3f4c.tar.gz linux-dec05cdf78af93d5bf338171aa3bc3e1755f3f4c.tar.bz2 linux-dec05cdf78af93d5bf338171aa3bc3e1755f3f4c.zip |
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
Diffstat (limited to 'drivers/net/wireless/ath/regd.h')
-rw-r--r-- | drivers/net/wireless/ath/regd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/regd.h b/drivers/net/wireless/ath/regd.h index 8d5a16b558e6..774419c7f442 100644 --- a/drivers/net/wireless/ath/regd.h +++ b/drivers/net/wireless/ath/regd.h @@ -126,6 +126,7 @@ enum CountryCode { CTRY_KOREA_ROC = 410, CTRY_KOREA_ROC2 = 411, CTRY_KOREA_ROC3 = 412, + CTRY_KOREA_ROC4 = 413, CTRY_KUWAIT = 414, CTRY_LATVIA = 428, CTRY_LEBANON = 422, |