2013-01-17 22:08:56

by Johannes Berg

[permalink] [raw]
Subject: pull-request: mac80211 2013-01-17

John,

Please pull my mac80211 tree.

I have a few small fixes for you:
* some mesh frames would cause encryption warnings -- fixes from Bob
* scanning would pretty much break an association if we transmitted
anything to the AP while scanning -- fix from Stanislaw
* mode injection was broken by channel contexts -- fix from Felix
* FT roaming was broken: hardware crypto would get disabled by it

Let me know if there are any problems.

Thanks,
johannes


The following changes since commit 09b1426e7fcec510aba55a761da5004e47a11ce3:

mac80211: fix maximum MTU (2013-01-03 13:00:01 +0100)

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 8680451f38a64bd270233b3c0eeb7c45f2b5efe3:

mac80211: add encrypt headroom to PERR frames (2013-01-16 23:24:51 +0100)

----------------------------------------------------------------
Bob Copeland (2):
mac80211: set NEED_TXPROCESSING for PERR frames
mac80211: add encrypt headroom to PERR frames

Felix Fietkau (1):
mac80211: fix monitor mode injection

Johannes Berg (1):
mac80211: fix FT roaming

Stanislaw Gruszka (1):
mac80211: synchronize scan off/on-channel and PS states

net/mac80211/cfg.c | 12 +++++++++++-
net/mac80211/ieee80211_i.h | 6 ++----
net/mac80211/mesh_hwmp.c | 5 ++++-
net/mac80211/offchannel.c | 19 +++++++------------
net/mac80211/scan.c | 15 +++++----------
net/mac80211/tx.c | 9 ++++++---
6 files changed, 35 insertions(+), 31 deletions(-)