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