mbox series

pull-request: mac80211 2018-12-05

Message ID 20181205142935.29088-1-johannes@sipsolutions.net (mailing list archive)
State Not Applicable
Delegated to: Kalle Valo
Headers show
Series pull-request: mac80211 2018-12-05 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-davem-2018-12-05

Message

Johannes Berg Dec. 5, 2018, 2:29 p.m. UTC
Hi Dave,

As per the below summary / shortlog, we have a few things
that should still go into the current release.

Please pull and let me know if there's any problem.

Thanks,
johannes



The following changes since commit ea53abfab960909d622ca37bcfb8e1c5378d21cc:

  bonding/802.3ad: fix link_failure_count tracking (2018-11-04 16:44:44 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-davem-2018-12-05

for you to fetch changes up to 312ca38ddda64bac6513ec68e0ac3789b4eb44dc:

  cfg80211: Fix busy loop regression in ieee80211_ie_split_ric() (2018-12-05 12:51:29 +0100)

----------------------------------------------------------------
As it's been a while, we have various fixes for
 * hwsim
 * AP mode (client powersave related)
 * CSA/FTM interaction
 * a busy loop in IE handling
 * and similar

----------------------------------------------------------------
Alexey Khoroshilov (1):
      mac80211_hwsim: fix module init error paths for netlink

Ben Greear (1):
      mac80211: Clear beacon_int in ieee80211_do_stop

Emmanuel Grumbach (1):
      mac80211: ignore NullFunc frames in the duplicate detection

Felix Fietkau (2):
      mac80211: ignore tx status for PS stations in ieee80211_tx_status_ext
      mac80211: fix reordering of buffered broadcast packets

Johannes Berg (2):
      cfg80211/mac80211: fix FTM settings across CSA
      mac80211: fix CSA beacon allocation size

Jouni Malinen (1):
      cfg80211: Fix busy loop regression in ieee80211_ie_split_ric()

Sergey Matyukevich (1):
      cfg80211: add missing constraint for user-supplied VHT mask

Sriram R (1):
      cfg80211: Prevent regulatory restore during STA disconnect in concurrent interfaces

Vasyl Vavrychuk (1):
      mac80211_hwsim: Timer should be initialized before device registered

Wei Yongjun (1):
      mac80211: fix missing unlock on error in ieee80211_mark_sta_auth()

Yan-Hsuan Chuang (1):
      mac80211: fix GFP_KERNEL under tasklet context

 drivers/net/wireless/mac80211_hwsim.c | 20 +++++++++++---------
 net/mac80211/cfg.c                    |  7 ++++---
 net/mac80211/iface.c                  |  2 ++
 net/mac80211/mlme.c                   | 12 ++++++++----
 net/mac80211/rx.c                     |  5 +++--
 net/mac80211/status.c                 |  2 ++
 net/mac80211/tx.c                     |  4 ++--
 net/wireless/mlme.c                   |  4 ++--
 net/wireless/nl80211.c                |  1 +
 net/wireless/sme.c                    |  8 +++++++-
 net/wireless/util.c                   |  2 ++
 11 files changed, 44 insertions(+), 23 deletions(-)

Comments

David Miller Dec. 5, 2018, 7:47 p.m. UTC | #1
From: Johannes Berg <johannes@sipsolutions.net>
Date: Wed,  5 Dec 2018 15:29:34 +0100

> As per the below summary / shortlog, we have a few things
> that should still go into the current release.
> 
> Please pull and let me know if there's any problem.

Pulled, thanks Johannes!