From patchwork Wed Feb 20 10:58:37 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lubomir Rintel X-Patchwork-Id: 10821823 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 4351C14E1 for ; Wed, 20 Feb 2019 10:59:22 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2DDE92AEDF for ; Wed, 20 Feb 2019 10:59:22 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 223BC2C21B; Wed, 20 Feb 2019 10:59:22 +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 D48032AEDF for ; Wed, 20 Feb 2019 10:59:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727656AbfBTK7A (ORCPT ); Wed, 20 Feb 2019 05:59:00 -0500 Received: from shell.v3.sk ([90.176.6.54]:59828 "EHLO shell.v3.sk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726573AbfBTK67 (ORCPT ); Wed, 20 Feb 2019 05:58:59 -0500 Received: from localhost (localhost [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id CBB37101A5C; Wed, 20 Feb 2019 11:58:56 +0100 (CET) Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id fniW9j40cDwn; Wed, 20 Feb 2019 11:58:50 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 5396F101A60; Wed, 20 Feb 2019 11:58:50 +0100 (CET) X-Virus-Scanned: amavisd-new at zimbra.v3.sk Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id c6ctJtzczHKn; Wed, 20 Feb 2019 11:58:48 +0100 (CET) Received: from belphegor.brq.redhat.com (nat-pool-brq-t.redhat.com [213.175.37.10]) by zimbra.v3.sk (Postfix) with ESMTPSA id 6EBBF101A5B; Wed, 20 Feb 2019 11:58:48 +0100 (CET) From: Lubomir Rintel To: Kalle Valo Cc: Steve deRosier , linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/3] libertas_tf: fix setting the hardware address] Date: Wed, 20 Feb 2019 11:58:37 +0100 Message-Id: <20190220105840.793525-1-lkundrak@v3.sk> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi, this is a second version of a patchset addresses a problem with libertas_tf driver, where the driver registers the interface without having the MAC address set, only setting it when the interface is brought up. It fixes an embarassing build issue and folds in fixes for things pointed up in a review into the patch 2/3. Cheers, Lubo