2020-01-08 15:20:11

by Michał Lowas-Rzechonek

[permalink] [raw]
Subject: [PATCH BlueZ] mesh: Remove misleading DEFAULT_CRPL from node.c

---
mesh/node.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/mesh/node.c b/mesh/node.c
index 31a986d06..0ad935105 100644
--- a/mesh/node.c
+++ b/mesh/node.c
@@ -56,8 +56,6 @@
/* Default element location: unknown */
#define DEFAULT_LOCATION 0x0000

-#define DEFAULT_CRPL 10
-
enum request_type {
REQUEST_TYPE_JOIN,
REQUEST_TYPE_ATTACH,
--
2.19.1


2020-01-08 17:13:37

by Gix, Brian

[permalink] [raw]
Subject: Re: [PATCH BlueZ] mesh: Remove misleading DEFAULT_CRPL from node.c

Applied
On Wed, 2020-01-08 at 16:19 +0100, Michał Lowas-Rzechonek wrote:
> ---
> mesh/node.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/mesh/node.c b/mesh/node.c
> index 31a986d06..0ad935105 100644
> --- a/mesh/node.c
> +++ b/mesh/node.c
> @@ -56,8 +56,6 @@
> /* Default element location: unknown */
> #define DEFAULT_LOCATION 0x0000
>
> -#define DEFAULT_CRPL 10
> -
> enum request_type {
> REQUEST_TYPE_JOIN,
> REQUEST_TYPE_ATTACH,