From: Johannes Berg <johannes-cdvu00un1VgdHxzADdlk8Q@public.gmane.org>
To: David Miller <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
Cc: linux-wireless
<linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
netdev <netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: pull-request: mac80211 2015-09-04
Date: Fri, 04 Sep 2015 16:37:56 +0200 [thread overview]
Message-ID: <1441377476.1971.14.camel@sipsolutions.net> (raw)
Hi,
First pull request for this cycle, and the fix for the pointer issue is
the first patch in it :) Since nobody really has devices with enough
streams where this matters, it was pretty harmless though.
Other than that, there are a few fixes all over - let me know if you
see any issues.
johannes
The following changes since commit dd5cdb48edfd34401799056a9acf61078d773f90:
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next (2015-09-03 08:08:17 -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-09-04
for you to fetch changes up to ef9be10c8c999e00b239eec24cf01952a308f8e7:
mac80211: reject software RSSI CQM with beacon filtering (2015-09-04 15:23:22 +0200)
----------------------------------------------------------------
For the first round of fixes, we have this:
* fix for the sizeof() pointer type issue
* a fix for regulatory getting into a restore loop
* a fix for rfkill global 'all' state, it needs to be stored
everywhere to apply correctly to new rfkill instances
* properly refuse CQM RSSI when it cannot actually be used
* protect HT TDLS traffic properly in non-HT networks
* don't incorrectly advertise 80 MHz support when not allowed
----------------------------------------------------------------
Arik Nemtsov (1):
mac80211: avoid VHT usage with no 80MHz chans allowed
Avri Altman (1):
mac80211: protect non-HT BSS when HT TDLS traffic exists
Johannes Berg (1):
mac80211: reject software RSSI CQM with beacon filtering
João Paulo Rechi Vita (1):
rfkill: Copy "all" global state to other types
Maciej S. Szmigiero (1):
cfg80211: regulatory: restore proper user alpha2
Thierry Reding (1):
mac80211: Do not use sizeof() on pointer type
include/net/mac80211.h | 4 ++-
net/mac80211/cfg.c | 4 +++
net/mac80211/mlme.c | 16 ++++++++++++
net/mac80211/rate.c | 2 +-
net/mac80211/tdls.c | 70 +++++++++++++++++++++++++++++++++++++++++++++++---
net/mac80211/vht.c | 15 +++++++++++
net/rfkill/core.c | 10 +++++++-
net/wireless/reg.c | 2 +-
8 files changed, 116 insertions(+), 7 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2015-09-04 14:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-04 14:37 Johannes Berg [this message]
[not found] ` <1441377476.1971.14.camel-cdvu00un1VgdHxzADdlk8Q@public.gmane.org>
2015-09-07 2:50 ` pull-request: mac80211 2015-09-04 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=1441377476.1971.14.camel@sipsolutions.net \
--to=johannes-cdvu00un1vgdhxzaddlk8q@public.gmane.org \
--cc=davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org \
--cc=linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.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).