All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ] mesh: Remove misleading DEFAULT_CRPL from node.c
@ 2020-01-08 15:19 Michał Lowas-Rzechonek
  2020-01-08 17:13 ` Gix, Brian
  0 siblings, 1 reply; 2+ messages in thread
From: Michał Lowas-Rzechonek @ 2020-01-08 15:19 UTC (permalink / raw)
  To: linux-bluetooth

---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH BlueZ] mesh: Remove misleading DEFAULT_CRPL from node.c
  2020-01-08 15:19 [PATCH BlueZ] mesh: Remove misleading DEFAULT_CRPL from node.c Michał Lowas-Rzechonek
@ 2020-01-08 17:13 ` Gix, Brian
  0 siblings, 0 replies; 2+ messages in thread
From: Gix, Brian @ 2020-01-08 17:13 UTC (permalink / raw)
  To: michal.lowas-rzechonek, linux-bluetooth

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,

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-08 17:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-08 15:19 [PATCH BlueZ] mesh: Remove misleading DEFAULT_CRPL from node.c Michał Lowas-Rzechonek
2020-01-08 17:13 ` Gix, Brian

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.