linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: netdev@vger.kernel.org
Cc: linux-wireless@vger.kernel.org
Subject: pull-request: mac80211 2020-07-30
Date: Thu, 30 Jul 2020 17:08:35 +0200	[thread overview]
Message-ID: <20200730150836.66554-1-johannes@sipsolutions.net> (raw)

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	other threads:[~2020-07-30 15:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-30 15:08 Johannes Berg [this message]
2020-07-31  0:48 ` pull-request: mac80211 2020-07-30 David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200730150836.66554-1-johannes@sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).