From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6E9C4C433F5 for ; Fri, 7 Sep 2018 10:46:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0D3E920861 for ; Fri, 7 Sep 2018 10:46:10 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0D3E920861 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728676AbeIGP0a (ORCPT ); Fri, 7 Sep 2018 11:26:30 -0400 Received: from mga11.intel.com ([192.55.52.93]:2414 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728415AbeIGP03 (ORCPT ); Fri, 7 Sep 2018 11:26:29 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Sep 2018 03:46:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,342,1531810800"; d="scan'208";a="89773486" Received: from sstepnic-mobl1.ger.corp.intel.com ([10.249.254.171]) by orsmga002.jf.intel.com with ESMTP; 07 Sep 2018 03:46:04 -0700 Message-ID: <823634a7ab18ad1f536cf1771fbfd27b1c711917.camel@intel.com> Subject: Re: [PATCH 09/12] iwlwifi: Remove local iwl_bcast_addr and use ether_broadcast_addr From: Luciano Coelho To: Joe Perches , linux-kernel@vger.kernel.org Cc: Johannes Berg , Emmanuel Grumbach , Intel Linux Wireless , Kalle Valo , linux-wireless@vger.kernel.org, netdev@vger.kernel.org Date: Fri, 07 Sep 2018 13:46:03 +0300 In-Reply-To: References: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2018-07-07 at 10:40 +0300, Luciano Coelho wrote: > On Sat, 2018-03-31 at 00:05 -0700, Joe Perches wrote: > > Use the new global to save a little bit of object code. > > > > Signed-off-by: Joe Perches > > --- > > I took this one to our internal tree and it will be applied as part > of our normal upstreaming process. It seems that the patch to etherdevice.h never got applied upstream, so I'm actually dropping this patch. Please resend if it becomes relevant again. -- Cheers, Luca.