aboutsummaryrefslogtreecommitdiff
path: root/net/hs20/patches
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2020-12-20 21:43:53 +0000
committerDaniel Golle <daniel@makrotopia.org>2020-12-20 21:44:21 +0000
commitb212b108ced1e36b2bedae04a0ff413ff08f4564 (patch)
tree3178fe86d6b7bb5defa194d9e6d4471d4bc51171 /net/hs20/patches
parent20c52fc6516a76b90f516caa5a119860c0b605cc (diff)
hs20: patch hostapd to make use of updated dm_ddf
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'net/hs20/patches')
-rw-r--r--net/hs20/patches/050-use-dm_ddf-v1_3_dtd.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/hs20/patches/050-use-dm_ddf-v1_3_dtd.patch b/net/hs20/patches/050-use-dm_ddf-v1_3_dtd.patch
new file mode 100644
index 000000000..5aef98394
--- /dev/null
+++ b/net/hs20/patches/050-use-dm_ddf-v1_3_dtd.patch
@@ -0,0 +1,11 @@
+--- a/hs20/server/spp_server.c
++++ b/hs20/server/spp_server.c
+@@ -1329,7 +1329,7 @@ static xml_node_t * spp_get_mo(struct hs
+ return NULL;
+ }
+
+- snprintf(fname, sizeof(fname), "%s/spp/dm_ddf-v1_2.dtd", ctx->root_dir);
++ snprintf(fname, sizeof(fname), "%s/spp/dm_ddf-v1_3.dtd", ctx->root_dir);
+ if (xml_validate_dtd(ctx->xml, tnds, fname, ret_err) == 0)
+ *valid = 1;
+ else if (ret_err && *ret_err &&