Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71184ba4 authored by Kouhei Sutou's avatar Kouhei Sutou Committed by John W. Linville
Browse files

zd1211rw: add 0x49 -> JP regulatory domain map



0x49 is used by PLANEX GW-US54GXS (2019:5303).

Signed-off-by: default avatarKouhei Sutou <kou@clear-code.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent d7ca2139
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ static struct zd_reg_alpha2_map reg_alpha2_map[] = {
	{ ZD_REGDOMAIN_ETSI, "DE" }, /* Generic ETSI, use most restrictive */
	{ ZD_REGDOMAIN_JAPAN, "JP" },
	{ ZD_REGDOMAIN_JAPAN_ADD, "JP" },
	{ ZD_REGDOMAIN_JAPAN_GW_US54GXS, "JP" },
	{ ZD_REGDOMAIN_SPAIN, "ES" },
	{ ZD_REGDOMAIN_FRANCE, "FR" },
};
+1 −0
Original line number Diff line number Diff line
@@ -214,6 +214,7 @@ struct zd_mac {
#define ZD_REGDOMAIN_FRANCE	0x32
#define ZD_REGDOMAIN_JAPAN_ADD	0x40
#define ZD_REGDOMAIN_JAPAN	0x41
#define ZD_REGDOMAIN_JAPAN_GW_US54GXS	0x49

enum {
	MIN_CHANNEL24 = 1,