John,
I've got a few more fixes for some issues here now.
This time, I have a fix from Arik for scheduled scan recovery (something
that only recently went into the tree), a memory leak fix from Eytan and
a small regulatory bugfix from Inbal. The EAPOL change from Felix makes
rekeying stable while lots of traffic is flowing, and there's
Emmanuel/my fix for a race in the code handling powersaving clients.
Please pull.
Thanks,
johannes
The following changes since commit fab57a6cc227468ca9e6a4c7ff8d3b10727785ee:
mac80211: fix virtual monitor interface iteration (2014-02-06 09:55:22 +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 51f94933f1bcea26a0c309702d1ec51f02864ca5:
mac80211: fix AP powersave TX vs. wakeup race (2014-02-20 09:52:53 +0100)
----------------------------------------------------------------
Arik Nemtsov (1):
mac80211: fix sched_scan restart on recovery
Emmanuel Grumbach (1):
mac80211: fix AP powersave TX vs. wakeup race
Eytan Lifshitz (1):
mac80211: fix memory leak
Felix Fietkau (1):
mac80211: send control port protocol frames to the VO queue
Inbal Hacohen (1):
cfg80211: bugfix in regulatory user hint process
net/mac80211/mlme.c | 1 +
net/mac80211/sta_info.c | 4 ++++
net/mac80211/sta_info.h | 7 +++----
net/mac80211/tx.c | 14 ++++++++++++++
net/mac80211/util.c | 40 ++++++++++++++++++++--------------------
net/mac80211/wme.c | 5 +++++
net/wireless/reg.c | 2 +-
7 files changed, 48 insertions(+), 25 deletions(-)
On Thu, 2014-02-20 at 10:05 +0100, Johannes Berg wrote:
> John,
>
> I've got a few more fixes for some issues here now.
Please ignore, sorry. I'll send a new one once we sort out the details
of the last patch, and I have another race fix as well.
johannes
On Thu, Feb 20, 2014 at 03:30:48PM +0100, Johannes Berg wrote:
> John,
>
> I've got a few more fixes for some issues here now.
>
> This time, I have a fix from Arik for scheduled scan recovery (something
> that only recently went into the tree), a memory leak fix from Eytan and
> a small regulatory bugfix from Inbal. The EAPOL change from Felix makes
> rekeying more stable while lots of traffic is flowing, and there's
> Emmanuel's and my fixes for a race in the code handling powersaving
> clients.
>
> Please pull.
>
> Thanks,
> johannes
>
>
> The following changes since commit fab57a6cc227468ca9e6a4c7ff8d3b10727785ee:
>
> mac80211: fix virtual monitor interface iteration (2014-02-06 09:55:22 +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 e3685e03b40f5ec7926d9a75bf63467fc4071df9:
>
> mac80211: fix station wakeup powersave race (2014-02-20 11:54:09 +0100)
Pulling now...
--
John W. Linville Someday the world will need a hero, and you
[email protected] might be all we have. Be ready.
John,
I've got a few more fixes for some issues here now.
This time, I have a fix from Arik for scheduled scan recovery (something
that only recently went into the tree), a memory leak fix from Eytan and
a small regulatory bugfix from Inbal. The EAPOL change from Felix makes
rekeying more stable while lots of traffic is flowing, and there's
Emmanuel's and my fixes for a race in the code handling powersaving
clients.
Please pull.
Thanks,
johannes
The following changes since commit fab57a6cc227468ca9e6a4c7ff8d3b10727785ee:
mac80211: fix virtual monitor interface iteration (2014-02-06 09:55:22 +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 e3685e03b40f5ec7926d9a75bf63467fc4071df9:
mac80211: fix station wakeup powersave race (2014-02-20 11:54:09 +0100)
----------------------------------------------------------------
Arik Nemtsov (1):
mac80211: fix sched_scan restart on recovery
Emmanuel Grumbach (1):
mac80211: fix AP powersave TX vs. wakeup race
Eytan Lifshitz (1):
mac80211: fix memory leak
Felix Fietkau (1):
mac80211: send control port protocol frames to the VO queue
Inbal Hacohen (1):
cfg80211: bugfix in regulatory user hint process
Johannes Berg (2):
mac80211: insert stations before adding to driver
mac80211: fix station wakeup powersave race
net/mac80211/ieee80211_i.h | 10 ++-----
net/mac80211/mlme.c | 1 +
net/mac80211/rx.c | 7 +++++
net/mac80211/sta_info.c | 66 +++++++++++++++++++++++++++++-----------------
net/mac80211/sta_info.h | 7 +++--
net/mac80211/tx.c | 15 +++++++++++
net/mac80211/util.c | 48 ++++++++++++++++-----------------
net/mac80211/wme.c | 5 ++++
net/wireless/reg.c | 2 +-
9 files changed, 98 insertions(+), 63 deletions(-)