From: Johannes Berg <johannes@sipsolutions.net>
To: David Miller <davem@davemloft.net>
Cc: netdev <netdev@vger.kernel.org>,
linux-wireless <linux-wireless@vger.kernel.org>
Subject: pull-request: mac80211 2015-07-17
Date: Fri, 17 Jul 2015 15:31:34 +0200 [thread overview]
Message-ID: <1437139894.1933.16.camel@sipsolutions.net> (raw)
Hi Dave,
We've accumulated some wireless fixes, please pull. Arik's fix is a bit
bigger than I might like, but it fixes a real locking issue and we
didn't really see a good way to make a smaller version.
Let me know if there's any problem.
johannes
The following changes since commit f760b87f8f12eb262f14603e65042996fe03720e:
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2015-07-13 11:18:25 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-davem-2015-07-17
for you to fetch changes up to 923b352f19d9ea971ae2536eab55f5fc9e95fedf:
cfg80211: use RTNL locked reg_can_beacon for IR-relaxation (2015-07-17 15:02:02 +0200)
----------------------------------------------------------------
Some fixes for the current cycle:
1. Arik introduced an rtnl-locked regulatory API to be able
to differentiate between place do/don't have the RTNL;
this fixes missing locking in some of the code paths
2. Two small mesh bugfixes from Bob, one to avoid treating
a certain malformed over-the-air frame and one to avoid
sending a garbage field over the air.
3. A fix for powersave during WoWLAN suspend from Krishna Chaitanya.
4. A fix for a powersave vs. aggregation teardown race, from Michal.
5. Thomas reduced the loglevel of CRDA messages to avoid spamming
the kernel log with mostly irrelevant information.
6. Tom fixed a dangling debugfs directory pointer that could cause
crashes if subsequent addition of the same interface to debugfs
failed for some reason.
7. A fix from myself for a list corruption issue in mac80211 during
combined interface shutdown/removal - shut down interfaces first
and only then remove them to avoid that.
----------------------------------------------------------------
Arik Nemtsov (1):
cfg80211: use RTNL locked reg_can_beacon for IR-relaxation
Bob Copeland (2):
mac80211: correct aid location in peering frames
mac80211: add missing length check for confirm frames
Chaitanya T K (1):
mac80211: wowlan: enable powersave if suspend while ps-polling
Johannes Berg (1):
mac80211: shut down interfaces before destroying interface list
Michal Kazior (1):
mac80211: don't clear all tx flags when requeing
Thomas Petazzoni (1):
wireless: regulatory: reduce log level of CRDA related messages
Tom Hughes (1):
mac80211: clear subdir_stations when removing debugfs
include/net/cfg80211.h | 17 ++++++++++++++++
net/mac80211/debugfs_netdev.c | 1 +
net/mac80211/iface.c | 25 +++++++++++++-----------
net/mac80211/mesh_plink.c | 5 ++++-
net/mac80211/pm.c | 16 +++++++++++++++
net/mac80211/tdls.c | 6 +++---
net/mac80211/tx.c | 4 +++-
net/wireless/chan.c | 45 ++++++++++++++++++++++++++++++++-----------
net/wireless/nl80211.c | 14 ++++++++------
net/wireless/reg.c | 8 ++++----
net/wireless/trace.h | 11 +++++++----
11 files changed, 111 insertions(+), 41 deletions(-)
next reply other threads:[~2015-07-17 13:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-17 13:31 Johannes Berg [this message]
[not found] ` <1437139894.1933.16.camel-cdvu00un1VgdHxzADdlk8Q@public.gmane.org>
2015-07-17 13:35 ` pull-request: mac80211 2015-07-17 Johannes Berg
2015-07-21 7:18 ` 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=1437139894.1933.16.camel@sipsolutions.net \
--to=johannes@sipsolutions.net \
--cc=davem@davemloft.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).