netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH v2 0/5] net: lorawan: Refine the lorawan protocol module
@ 2019-01-31 16:21 Jian-Hong Pan
  2019-01-31 16:27 ` [RFC PATCH v2 1/5] net: lorawan: Refine the coding style Jian-Hong Pan
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Jian-Hong Pan @ 2019-01-31 16:21 UTC (permalink / raw)
  To: Andreas Färber; +Cc: netdev, linux-lpwan, Ben Whitten, Jian-Hong Pan

Hello,

This series refines the commit 48e5bb6cec79 ("net: Prepare LoRaWAN
socket module") for coding style.
Besides, sperates LoRaWAN related skb definitions from
lora/lorawan_netdev.h into another header lora/lorawan/skb.h.

Thanks,
Jian-Hong Pan

Jian-Hong Pan (5):
  net: lorawan: Refine the coding style
  net: lorawan: Remove unused lrw_dev_hard_header function
  net: lorawan: Fix net device leakage
  net: lorawan: Fulfill the help text of Kconfig
  net: lorawan: Split skb definitions into another header

 include/linux/lora/lorawan/skb.h    | 33 ++++++++++++++
 include/linux/lora/lorawan_netdev.h | 25 +----------
 net/lorawan/Kconfig                 |  3 +-
 net/lorawan/socket.c                | 70 +++++++++++------------------
 4 files changed, 63 insertions(+), 68 deletions(-)
 create mode 100644 include/linux/lora/lorawan/skb.h

-- 
2.20.1


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

end of thread, other threads:[~2019-03-12  0:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-31 16:21 [RFC PATCH v2 0/5] net: lorawan: Refine the lorawan protocol module Jian-Hong Pan
2019-01-31 16:27 ` [RFC PATCH v2 1/5] net: lorawan: Refine the coding style Jian-Hong Pan
2019-01-31 16:27 ` [RFC PATCH v2 2/5] net: lorawan: Remove unused lrw_dev_hard_header function Jian-Hong Pan
2019-01-31 16:28 ` [RFC PATCH v2 3/5] net: lorawan: Fix net device leakage Jian-Hong Pan
2019-01-31 16:28 ` [RFC PATCH v2 4/5] net: lorawan: Fulfill the help text of Kconfig Jian-Hong Pan
2019-01-31 16:28 ` [RFC PATCH v2 5/5] net: lorawan: Split skb definitions into another header Jian-Hong Pan
2019-03-12  0:55 ` [RFC PATCH v2 0/5] net: lorawan: Refine the lorawan protocol module Andreas Färber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).