From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753183AbdIHPuH (ORCPT ); Fri, 8 Sep 2017 11:50:07 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:48556 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751846AbdIHPuF (ORCPT ); Fri, 8 Sep 2017 11:50:05 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 8039360B7E Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=kvalo@codeaurora.org From: Kalle Valo To: David Miller Cc: linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: pull-request: wireless-drivers 2017-09-08 Date: Fri, 08 Sep 2017 18:50:01 +0300 Message-ID: <87o9qljil2.fsf@kamboji.qca.qualcomm.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Dave, few fixes to net tree for 4.14. Note that this pull request contains the iwlwifi fix Linus hopes to have by end of the merge window. Please let me know if there are any problems. Kalle The following changes since commit 8e0deed92406d93ae0365cb8a6134db5721e7aca: tipc: remove unnecessary call to dev_net() (2017-09-06 21:25:52 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git tags/wireless-drivers-for-davem-2017-09-08 for you to fetch changes up to f957dd3c8db2781c8a334b166800788feb618625: brcmfmac: feature check for multi-scheduled scan fails on bcm4345 devices (2017-09-08 12:25:24 +0300) ---------------------------------------------------------------- wireless-drivers fixes for 4.14 Few fixes to regressions introduced in the last one or two releases. The iwlwifi fix is for a regression reported by Linus. rtlwifi * fix two antenna selection related bugs iwlwifi * fix regression with older firmwares brcmfmac * workaround firmware crash for bcm4345 ---------------------------------------------------------------- Ian W MORRISON (1): brcmfmac: feature check for multi-scheduled scan fails on bcm4345 devices Larry Finger (2): rtlwifi: btcoexist: Fix breakage of ant_sel for rtl8723be rtlwifi: btcoexist: Fix antenna selection code Luca Coelho (1): iwlwifi: mvm: only send LEDS_CMD when the FW supports it .../wireless/broadcom/brcm80211/brcmfmac/feature.c | 3 ++- drivers/net/wireless/intel/iwlwifi/fw/file.h | 1 + drivers/net/wireless/intel/iwlwifi/mvm/led.c | 3 ++- .../realtek/rtlwifi/btcoexist/halbtc8723b2ant.c | 5 ++++- .../realtek/rtlwifi/btcoexist/halbtcoutsrc.c | 23 +++++++++++++++------- 5 files changed, 25 insertions(+), 10 deletions(-)