Message ID | 20200531044128.16734-1-inga.stotland@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | Mesh clean up | expand |
Patchset Applied On Sat, 2020-05-30 at 21:41 -0700, Inga Stotland wrote: > v2: Restored some debug output related to model configuration state > > ********** > 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: Helper packet print should depend 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 | 52 +--- > 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, 182 insertions(+), 505 deletions(-) >