Hi Dave,

It's been a while, sorry. I have a few more fix that'd be nice
to get in, though I don't think they affect a majority of users.

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

Thanks,
johannes



The following changes since commit 27a2145d6f826d1fad9de06ac541b1016ced3427:

  ibmvnic: Fix IRQ mapping disposal in error path (2020-07-29 15:35:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git 
tags/mac80211-for-davem-2020-07-30

for you to fetch changes up to 04e35caa32ec9aae6b306d07f07dc2ee6d69166c:

  mac80211: remove STA txq pending airtime underflow warning (2020-07-30 
10:26:04 +0200)

----------------------------------------------------------------
A couple of more changes:
 * remove a warning that can trigger in certain races
 * check a function pointer before using it
 * check before adding 6 GHz to avoid a warning in mesh
 * fix two memory leaks in mesh
 * fix a TX status bug leading to a memory leak

----------------------------------------------------------------
Felix Fietkau (1):
      mac80211: remove STA txq pending airtime underflow warning

Julian Squires (1):
      cfg80211: check vendor command doit pointer before use

Rajkumar Manoharan (1):
      mac80211: fix warning in 6 GHz IE addition in mesh mode

Remi Pommarel (2):
      mac80211: mesh: Free ie data when leaving mesh
      mac80211: mesh: Free pending skb when destroying a mpath

Vasanthakumar Thiagarajan (1):
      mac80211: Fix bug in Tx ack status reporting in 802.3 xmit path

 net/mac80211/cfg.c          |  1 +
 net/mac80211/mesh.c         | 13 +++++++++++++
 net/mac80211/mesh_pathtbl.c |  1 +
 net/mac80211/sta_info.c     |  4 +---
 net/mac80211/tx.c           |  7 ++++---
 net/mac80211/util.c         |  4 ++++
 net/wireless/nl80211.c      |  6 +++---
 7 files changed, 27 insertions(+), 9 deletions(-)

Reply via email to