mbox series

pull-request: mac80211 2020-05-25

Message ID 20200525141547.40538-1-johannes@sipsolutions.net (mailing list archive)
State Not Applicable
Delegated to: Johannes Berg
Headers show
Series pull-request: mac80211 2020-05-25 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-net-2020-05-25

Message

Johannes Berg May 25, 2020, 2:15 p.m. UTC
Hi Dave,

We have a couple more fixes, all of them seem sort of older issues
that surfaced now.

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

Thanks,
johannes



The following changes since commit 98790bbac4db1697212ce9462ec35ca09c4a2810:

  Merge tag 'efi-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2020-05-24 10:24:10 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-net-2020-05-25

for you to fetch changes up to 0bbab5f0301587cad4e923ccc49bb910db86162c:

  cfg80211: fix debugfs rename crash (2020-05-25 13:12:32 +0200)

----------------------------------------------------------------
A few changes:
 * fix a debugfs vs. wiphy rename crash
 * fix an invalid HE spec definition
 * fix a mesh timer crash

----------------------------------------------------------------
Johannes Berg (1):
      cfg80211: fix debugfs rename crash

Linus Lüssing (1):
      mac80211: mesh: fix discovery timer re-arming issue / crash

Pradeep Kumar Chitrapu (1):
      ieee80211: Fix incorrect mask for default PE duration

 include/linux/ieee80211.h | 2 +-
 net/mac80211/mesh_hwmp.c  | 7 +++++++
 net/wireless/core.c       | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

Comments

David Miller May 26, 2020, 1:18 a.m. UTC | #1
From: Johannes Berg <johannes@sipsolutions.net>
Date: Mon, 25 May 2020 16:15:46 +0200

> We have a couple more fixes, all of them seem sort of older issues
> that surfaced now.
> 
> Please pull and let me know if there's any problem.

Pulled, thanks Johannes.