Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1472057 > unrolled thread

pull-request: wireless-drivers 2016-08-29

Started byKalle Valo <kvalo@codeaurora.org>
First post2016-08-29 21:10 +0200
Last post2016-09-01 23:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  pull-request: wireless-drivers 2016-08-29 Kalle Valo <kvalo@codeaurora.org> - 2016-08-29 21:10 +0200
    Re: pull-request: wireless-drivers 2016-08-29 David Miller <davem@davemloft.net> - 2016-09-01 23:20 +0200

#1472057 — pull-request: wireless-drivers 2016-08-29

FromKalle Valo <kvalo@codeaurora.org>
Date2016-08-29 21:10 +0200
Subjectpull-request: wireless-drivers 2016-08-29
Message-ID<sbA6t-2Nk-5@gated-at.bofh.it>
Hi Dave,

I'm quite backlogged after coming back from my vacation but luckily it
has been pretty quiet. Here is the first batch of patches for 4.8, quite
simple actually and not really anything special to mention. More to come
later, most probably next week. Please let me know if there are any
problems.

Kalle

The following changes since commit 184ca823481c99dadd7d946e5afd4bb921eab30d:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2016-08-17 17:26:58 -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-2016-08-29

for you to fetch changes up to bb87f02b7e4ccdb614a83cbf840524de81e9b321:

  Merge ath-current from ath.git (2016-08-29 21:39:04 +0300)

----------------------------------------------------------------

wireless-drivers fixes for 4.8

ath9k

* fix regression in client mode beacon configuration
* fix a station pointer which resulted in spurious crashes

mwifiex

* fix large amsdu packets causing firmware hang

brcmfmac

* fix deadlock when removing interface
* fix use of mutex in atomic context

----------------------------------------------------------------
Cathy Luo (1):
      mwifiex: fix large amsdu packets causing firmware hang

Felix Fietkau (2):
      ath9k: fix client mode beacon configuration
      ath9k: fix using sta->drv_priv before initializing it

Kalle Valo (1):
      Merge ath-current from ath.git

mhiramat@kernel.org (2):
      brcmfmac: Check rtnl_lock is locked when removing interface
      brcmfmac: Change vif_event_lock to spinlock

 drivers/net/wireless/ath/ath9k/main.c              |    9 ++++---
 .../broadcom/brcm80211/brcmfmac/cfg80211.c         |   26 ++++++++++----------
 .../broadcom/brcm80211/brcmfmac/cfg80211.h         |    2 +-
 .../wireless/broadcom/brcm80211/brcmfmac/core.c    |    2 +-
 .../net/wireless/broadcom/brcm80211/brcmfmac/p2p.c |    8 +++---
 .../net/wireless/broadcom/brcm80211/brcmfmac/p2p.h |    2 +-
 drivers/net/wireless/marvell/mwifiex/11n_aggr.c    |    3 ++-
 7 files changed, 28 insertions(+), 24 deletions(-)

[toc] | [next] | [standalone]


#1474609

FromDavid Miller <davem@davemloft.net>
Date2016-09-01 23:20 +0200
Message-ID<scHyW-75a-7@gated-at.bofh.it>
In reply to#1472057
From: Kalle Valo <kvalo@codeaurora.org>
Date: Mon, 29 Aug 2016 22:02:08 +0300

> I'm quite backlogged after coming back from my vacation but luckily it
> has been pretty quiet. Here is the first batch of patches for 4.8, quite
> simple actually and not really anything special to mention. More to come
> later, most probably next week. Please let me know if there are any
> problems.

Pulled, thanks Kalle.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web