All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/5] Mesh clean up
@ 2020-05-29  6:37 Inga Stotland
  2020-05-29  6:37 ` [PATCH BlueZ 1/5] mesh: Make helper packet print depends on debug setting Inga Stotland
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Inga Stotland @ 2020-05-29  6:37 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: brian.gix, Inga Stotland

No functional changes: cleaned up debug output so that
hex print is not executed if debug is not enabled.

Style cleanup in net.c. Removed unused functions from net.h/net.c

Inga Stotland (5):
  mesh: Make helper packet print depends on debug setting
  mesh: Debug output clean up
  mesh: Remove debug-only related callback for packet send
  mesh: Clean up style in net.c
  mesh: Remove unused functions from net.c

 mesh/main.c            |   3 +-
 mesh/manager.c         |   6 +-
 mesh/mesh-io-generic.c |   3 +-
 mesh/model.c           |  53 +---
 mesh/net.c             | 572 +++++++++++------------------------------
 mesh/net.h             |  30 +--
 mesh/pb-adv.c          |   7 +-
 mesh/prov-initiator.c  |   2 +-
 mesh/util.c            |  11 +
 mesh/util.h            |   1 +
 10 files changed, 180 insertions(+), 508 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2020-05-29 17:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-29  6:37 [PATCH BlueZ 0/5] Mesh clean up Inga Stotland
2020-05-29  6:37 ` [PATCH BlueZ 1/5] mesh: Make helper packet print depends on debug setting Inga Stotland
2020-05-29  6:37 ` [PATCH BlueZ 2/5] mesh: Debug output clean up Inga Stotland
2020-05-29 17:22   ` Gix, Brian
2020-05-29  6:37 ` [PATCH BlueZ 3/5] mesh: Remove debug-only related callback for packet send Inga Stotland
2020-05-29  6:37 ` [PATCH BlueZ 4/5] mesh: Clean up style in net.c Inga Stotland
2020-05-29  7:08   ` [BlueZ,4/5] " bluez.test.bot
2020-05-29  6:37 ` [PATCH BlueZ 5/5] mesh: Remove unused functions from net.c Inga Stotland

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.