mbox

pull-request: mac80211 2015-09-23

Message ID 1442997854.1889.1.camel@sipsolutions.net
State Accepted, archived
Delegated to: David Miller
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-davem-2015-09-22

Message

Johannes Berg Sept. 23, 2015, 8:44 a.m. UTC
Hi Dave,

It's been pretty quiet for this cycle since the sizeof() mess, but I
have two more fixes now I'd like to get in.

Let me know if there's any problem.

Thanks,
johannes



The following changes since commit ef9be10c8c999e00b239eec24cf01952a308f8e7:

  mac80211: reject software RSSI CQM with beacon filtering (2015-09-04 15:23:22 +0200)

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-22

for you to fetch changes up to babc305e21ea3811d98b67437299360904ac1b6a:

  mac80211: reset CQM history upon reconfiguration (2015-09-22 15:22:50 +0200)

----------------------------------------------------------------
Just two small fixes:
 * VHT MCS mask array overrun, reported by Dan Carpenter
 * reset CQM history to always get a notification, from Sara Sharon

----------------------------------------------------------------
Johannes Berg (1):
      mac80211: fix VHT MCS mask array overrun

Sara Sharon (1):
      mac80211: reset CQM history upon reconfiguration

 net/mac80211/cfg.c | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

David Miller Sept. 24, 2015, 10:36 p.m. UTC | #1
From: Johannes Berg <johannes@sipsolutions.net>
Date: Wed, 23 Sep 2015 10:44:14 +0200

> It's been pretty quiet for this cycle since the sizeof() mess, but I
> have two more fixes now I'd like to get in.
> 
> Let me know if there's any problem.

Pulled, thanks a lot.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html