From patchwork Thu Jan 31 16:21:02 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jian-Hong Pan X-Patchwork-Id: 1034366 Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=g.ncu.edu.tw Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=g.ncu.edu.tw header.i=@g.ncu.edu.tw header.b="SZm+fiGE"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 43r5CX21jVz9sBb for ; Fri, 1 Feb 2019 03:24:08 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388281AbfAaQYG (ORCPT ); Thu, 31 Jan 2019 11:24:06 -0500 Received: from mail-pf1-f195.google.com ([209.85.210.195]:37991 "EHLO mail-pf1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388082AbfAaQYG (ORCPT ); Thu, 31 Jan 2019 11:24:06 -0500 Received: by mail-pf1-f195.google.com with SMTP id q1so1693847pfi.5 for ; Thu, 31 Jan 2019 08:24:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=g.ncu.edu.tw; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=sKG1CzyuGZRM68zOqFpaex+VCoK6YFpEXzFEZLi8xxQ=; b=SZm+fiGEknIPo2WyqHxJeR8bntDTlqJE8XH4NWdgojwc49Q1p3epA5cchfDf0kIiNv vY8ifJmUkCRlx2FlrDUx7tW+W5P9Kksmzy1P0BcbeM5/s+ys3wVny42IZguSrsvJwndt tueR8ZgXzdw72wijl1G4Wbi2mlgiIGp2MyM20= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=sKG1CzyuGZRM68zOqFpaex+VCoK6YFpEXzFEZLi8xxQ=; b=X1a/x92BbPfFDw9ZRnzPG+1aPxNmGRZGvT9yE7Zno9MrFV3MIIB3+Fqya2eGCEbCnO u8egfJWP8XQXS0/Q8q1M+LkDwzGHmY9zqONbhwZsl1ljXniadDH+5bVw6UfeXHSeQqbS xMwr7g5Axld2js1RmTDhaNqAvfr/k2WBoZKI8IacdZ3RPoVvoOQYj3OqruLWqs8+SuOg NoMwhQp+rhw7QW0MEIiS0up9+3C8mtWIEV8VgFjtLBWdvSeOf39mDwAkSUB2d6ko941z YeVel9SJlTp50bhzCSeCOJK+4w5Vi+K4VBAXuI4CFovjSMDHVfsVi+YWpgM4hGi71tl4 RVvg== X-Gm-Message-State: AJcUukc1NeRvKTy3DMxme138pIk9LiAqVMKoDxtQ1i56dFW7INUfvQqm /2y9WGTC19yReEckzCdw0Xkc428vmg3h2g== X-Google-Smtp-Source: ALg8bN5dVRgjROUuITvnT5dI9hmBhLz8UEpip/YukSR26LrUeMgJZun3DRKPiPso+nkOmHNB5MFt5Q== X-Received: by 2002:a63:1a4b:: with SMTP id a11mr32248945pgm.254.1548951844900; Thu, 31 Jan 2019 08:24:04 -0800 (PST) Received: from starnight.local ([150.116.255.181]) by smtp.gmail.com with ESMTPSA id 19sm19444771pfs.108.2019.01.31.08.24.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 31 Jan 2019 08:24:04 -0800 (PST) From: Jian-Hong Pan To: =?utf-8?q?Andreas_F=C3=A4rber?= Cc: netdev@vger.kernel.org, linux-lpwan@lists.infradead.org, Ben Whitten , Jian-Hong Pan Subject: [RFC PATCH v2 0/5] net: lorawan: Refine the lorawan protocol module Date: Fri, 1 Feb 2019 00:21:02 +0800 Message-Id: <20190131162101.18386-1-starnight@g.ncu.edu.tw> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org 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