From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Berg Subject: pull-request: mac80211 2015-09-04 Date: Fri, 04 Sep 2015 16:37:56 +0200 Message-ID: <1441377476.1971.14.camel@sipsolutions.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: linux-wireless , netdev To: David Miller Return-path: Sender: linux-wireless-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org Hi, =46irst pull request for this cycle, and the fix for the pointer issue = is the first patch in it :) Since nobody really has devices with enough streams where this matters, it was pretty harmless though. Other than that, there are a few fixes all over - let me know if you see any issues. johannes The following changes since commit dd5cdb48edfd34401799056a9acf61078d77= 3f90: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next (2= 015-09-03 08:08:17 -0700) 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-04 for you to fetch changes up to ef9be10c8c999e00b239eec24cf01952a308f8e7= : mac80211: reject software RSSI CQM with beacon filtering (2015-09-04 = 15:23:22 +0200) ---------------------------------------------------------------- =46or the first round of fixes, we have this: * fix for the sizeof() pointer type issue * a fix for regulatory getting into a restore loop * a fix for rfkill global 'all' state, it needs to be stored everywhere to apply correctly to new rfkill instances * properly refuse CQM RSSI when it cannot actually be used * protect HT TDLS traffic properly in non-HT networks * don't incorrectly advertise 80 MHz support when not allowed ---------------------------------------------------------------- Arik Nemtsov (1): mac80211: avoid VHT usage with no 80MHz chans allowed Avri Altman (1): mac80211: protect non-HT BSS when HT TDLS traffic exists Johannes Berg (1): mac80211: reject software RSSI CQM with beacon filtering Jo=C3=A3o Paulo Rechi Vita (1): rfkill: Copy "all" global state to other types Maciej S. Szmigiero (1): cfg80211: regulatory: restore proper user alpha2 Thierry Reding (1): mac80211: Do not use sizeof() on pointer type include/net/mac80211.h | 4 ++- net/mac80211/cfg.c | 4 +++ net/mac80211/mlme.c | 16 ++++++++++++ net/mac80211/rate.c | 2 +- net/mac80211/tdls.c | 70 ++++++++++++++++++++++++++++++++++++++++++= +++++--- net/mac80211/vht.c | 15 +++++++++++ net/rfkill/core.c | 10 +++++++- net/wireless/reg.c | 2 +- 8 files changed, 116 insertions(+), 7 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-wireles= s" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html