From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932591AbcLVPLl (ORCPT ); Thu, 22 Dec 2016 10:11:41 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:50164 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754614AbcLVPLj (ORCPT ); Thu, 22 Dec 2016 10:11:39 -0500 DMARC-Filter: OpenDMARC Filter v1.3.1 smtp.codeaurora.org CE9486146F Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=pass 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 2016-12-22 Date: Thu, 22 Dec 2016 17:11:27 +0200 Message-ID: <8760mcrobk.fsf@kamboji.qca.qualcomm.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Dave, before the holidays a really small pull request for 4.10. I just want to have the regressions in rtlwifi and ath9k fixed quickly so I send this earlier than I normally would. Please let me know if there are any problems. Kalle The following changes since commit ad688cdbb076833ba17fc65591cd0fe01900a5cf: stmmac: fix memory barriers (2016-12-19 11:05:02 -0500) 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-2016-12-22 for you to fetch changes up to 22b68b93ae2506bd56ee3bf232a51bc8ab955b56: rtlwifi: Fix kernel oops introduced with commit e49656147359 (2016-12-21 16:34:16 +0200) ---------------------------------------------------------------- wireless-drivers fixes for 4.10 All small fixes this time, especially important are the regression fixes for rtlwifi and ath9k. ---------------------------------------------------------------- Arend Van Spriel (2): brcmfmac: fix memory leak in brcmf_cfg80211_attach() brcmfmac: fix uninitialized field in scheduled scan ssid configuration Ben Greear (1): ath10k: free host-mem with DMA_BIRECTIONAL flag Larry Finger (1): rtlwifi: Fix kernel oops introduced with commit e49656147359 Tobias Klausmann (1): ath9k: do not return early to fix rcu unlocking drivers/net/wireless/ath/ath10k/wmi.c | 2 +- drivers/net/wireless/ath/ath9k/xmit.c | 2 +- .../broadcom/brcm80211/brcmfmac/cfg80211.c | 7 +++++-- .../net/wireless/broadcom/brcm80211/brcmfmac/pno.c | 1 + drivers/net/wireless/realtek/rtlwifi/core.c | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-)