From: Johannes Berg <johannes@sipsolutions.net>
To: John Linville <linville@tuxdriver.com>
Cc: linux-wireless@vger.kernel.org
Subject: pull-request: mac80211 2013-05-16
Date: Thu, 16 May 2013 22:52:48 +0200 [thread overview]
Message-ID: <1368737568.8253.7.camel@jlt4.sipsolutions.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 2950 bytes --]
John,
Here's my first pull request for the 3.10 fixes stream. Unfortunately, a
fairly large number of these also had to be tagged for stable.
This is what I have:
* a patch from Felix to fix RCU usage in his rate table code
* a patch from Ilan to add the wdev id to some notifications so they
can
actually be used by userspace
* Sasha Levin found an issue in how hwsim handles devices
* a fix for a bug in the wiphy_register() error path that's been there
forever
* three fixes for WoWLAN
* AP mode frame matching was erroneously giving frames to all virtual
AP
interfaces (reported by Jouni)
* a fix for HT handling in my CSA changes, found by Sujith
* a fix for some locking simplifications gone wrong
* Ben Greear found more cfg80211/mac80211 state confusion
* and a fix for another bug found by Jouni: local state changes need to
be
reported by mac80211 to cfg80211 so it disconnects properly.
Please pull. Thanks,
johannes
The following changes since commit 61f1598278876527314f5fc1d00cf0a4d525c1f7:
Merge branch 'wireless' (2013-05-10 09:44:05 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git for-john
for you to fetch changes up to e248ad30204eff6559b4d2d94d49d9d46c08185a:
cfg80211: fix sending WoWLAN TCP wakeup settings (2013-05-16 22:38:09 +0200)
----------------------------------------------------------------
Felix Fietkau (1):
mac80211: fix spurious RCU warning and update documentation
Ilan Peer (1):
nl80211: Add wdev identifier to some nl80211 notifications
Johannes Berg (9):
cfg80211: fix wiphy_register error path
cfg80211: fix WoWLAN wakeup tracing
mac80211: fix IEEE80211_SDATA_DISCONNECT_RESUME
mac80211: fix HT beacon-based channel switch handling
mac80211: use just spin_lock() in ieee80211_get_tkip_p2k()
mac80211: fix AP-mode frame matching
cfg80211: fix interface down/disconnect state handling
mac80211: report deauth to cfg80211 for local state change
cfg80211: fix sending WoWLAN TCP wakeup settings
Sasha Levin (1):
mac80211_hwsim: correctly register the platform driver
drivers/net/wireless/mac80211_hwsim.c | 18 +++++------
include/net/mac80211.h | 12 ++++---
net/mac80211/ieee80211_i.h | 1 +
net/mac80211/mlme.c | 61 +++++++++++++++++++++++++++++------
net/mac80211/rate.c | 9 +++++-
net/mac80211/rx.c | 3 ++
net/mac80211/tkip.c | 4 +--
net/mac80211/util.c | 7 ++++
net/wireless/core.c | 17 ++++++----
net/wireless/nl80211.c | 4 +++
net/wireless/sme.c | 3 +-
net/wireless/trace.h | 23 +++++++------
12 files changed, 118 insertions(+), 44 deletions(-)
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
next reply other threads:[~2013-05-16 20:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-16 20:52 Johannes Berg [this message]
2013-05-17 18:21 ` pull-request: mac80211 2013-05-16 John W. Linville
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=1368737568.8253.7.camel@jlt4.sipsolutions.net \
--to=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
/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).