2013-07-22 11:58:54

by Johannes Berg

[permalink] [raw]
Subject: pull-request: 2013-07-22

John,

Here's a pull request for 3.11 (and some fixes with cc stable), sorry
for the delay - I was travelling.

Here I have a fix for RSSI thresholds in mesh, two minstrel fixes from
Felix, an nl80211 fix from Michal and four various fixes I did myself.

Let me know if there's any problem.

johannes



The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:

Linux 3.11-rc1 (2013-07-14 15:18:27 -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 5c9fc93bc9bc417418fc1b6366833ae6a07b804d:

mac80211/minstrel: fix NULL pointer dereference issue (2013-07-16 17:48:14 +0300)

----------------------------------------------------------------
Chun-Yeow Yeoh (1):
nl80211: fix the setting of RSSI threshold value for mesh

Felix Fietkau (2):
mac80211/minstrel_ht: fix cck rate sampling
mac80211/minstrel: fix NULL pointer dereference issue

Johannes Berg (4):
cfg80211: fix bugs in new SME implementation
regulatory: add missing rtnl locking
mac80211: fix ethtool stats for non-station interfaces
mac80211: fix duplicate retransmission detection

Michal Kazior (1):
nl80211: fix mgmt tx status and testmode reporting for netns

net/mac80211/cfg.c | 2 ++
net/mac80211/rc80211_minstrel.c | 3 ++-
net/mac80211/rc80211_minstrel_ht.c | 10 +++++++++-
net/mac80211/rx.c | 10 ++++++++--
net/wireless/nl80211.c | 11 +++++++----
net/wireless/reg.c | 2 ++
net/wireless/sme.c | 29 ++++++++++++++++++++++++++---
7 files changed, 56 insertions(+), 11 deletions(-)


Attachments:
signature.asc (801.00 B)
This is a digitally signed message part

2013-07-22 20:15:13

by John W. Linville

[permalink] [raw]
Subject: Re: pull-request: 2013-07-22

On Mon, Jul 22, 2013 at 01:58:45PM +0200, Johannes Berg wrote:
> John,
>
> Here's a pull request for 3.11 (and some fixes with cc stable), sorry
> for the delay - I was travelling.
>
> Here I have a fix for RSSI thresholds in mesh, two minstrel fixes from
> Felix, an nl80211 fix from Michal and four various fixes I did myself.
>
> Let me know if there's any problem.
>
> johannes
>
>
>
> The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:
>
> Linux 3.11-rc1 (2013-07-14 15:18:27 -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 5c9fc93bc9bc417418fc1b6366833ae6a07b804d:
>
> mac80211/minstrel: fix NULL pointer dereference issue (2013-07-16 17:48:14 +0300)

Pulling now...

--
John W. Linville Someday the world will need a hero, and you
[email protected] might be all we have. Be ready.

2013-07-22 12:02:20

by Johannes Berg

[permalink] [raw]
Subject: Re: pull-request: *mac80211* 2013-07-22

Fixing subject, sorry ...

johannes