From patchwork Thu Oct 4 11:27:16 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schmidt X-Patchwork-Id: 10625915 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4E0A713BB for ; Thu, 4 Oct 2018 11:27:26 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3F44928BBE for ; Thu, 4 Oct 2018 11:27:26 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 335B728C16; Thu, 4 Oct 2018 11:27:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DF64B28BBE for ; Thu, 4 Oct 2018 11:27:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727368AbeJDSUO (ORCPT ); Thu, 4 Oct 2018 14:20:14 -0400 Received: from proxima.lasnet.de ([78.47.171.185]:53988 "EHLO proxima.lasnet.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727183AbeJDSUO (ORCPT ); Thu, 4 Oct 2018 14:20:14 -0400 Received: from localhost.localdomain (p4FC2F50E.dip0.t-ipconnect.de [79.194.245.14]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: stefan@sostec.de) by proxima.lasnet.de (Postfix) with ESMTPSA id DE371C86DC; Thu, 4 Oct 2018 13:27:21 +0200 (CEST) From: Stefan Schmidt To: davem@davemloft.net Cc: linux-wpan@vger.kernel.org, alex.aring@gmail.com, netdev@vger.kernel.org Subject: pull-request: ieee802154-next 2018-10-04 Date: Thu, 4 Oct 2018 13:27:16 +0200 Message-Id: <20181004112716.17565-1-stefan@datenfreihafen.org> X-Mailer: git-send-email 2.17.1 Sender: linux-wpan-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wpan@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hello Dave. An update from ieee802154 for *net-next* A very quite cycle in the ieee802154 subsystem. We only have two cleanup patches for this pull request. Xue removed the platform_data struct handling from the mcr20a driver and Alexander cleaned up some left overs in the hwsim driver. Please pull, or let me know if there are any problems. regards Stefan Schmidt The following changes since commit 1042caa79e9351b81ed19dc8d2d7fd6ff51a4422: net-ipv4: remove 2 always zero parameters from ipv4_redirect() (2018-09-26 20:30:55 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next.git ieee802154-for-davem-2018-10-04 for you to fetch changes up to 154113eb17735197796ff5f477c6243d00f2c5dc: ieee802154: hwsim: remove not used ifup list (2018-10-02 17:14:13 +0200) ---------------------------------------------------------------- Alexander Aring (1): ieee802154: hwsim: remove not used ifup list Xue Liu (1): ieee802154: mcr20a: Remove struct mcr20a_platform_data drivers/net/ieee802154/mac802154_hwsim.c | 8 ---- drivers/net/ieee802154/mcr20a.c | 64 +++++++------------------------- 2 files changed, 13 insertions(+), 59 deletions(-)