linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/13] cfg80211/mac80211 patches from our internal tree 2018-02-16
@ 2018-02-16 16:12 Luca Coelho
  2018-02-16 16:12 ` [PATCH 01/13] mac80211: fix a possible leak of station stats Luca Coelho
                   ` (12 more replies)
  0 siblings, 13 replies; 20+ messages in thread
From: Luca Coelho @ 2018-02-16 16:12 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless, Luca Coelho

From: Luca Coelho <luciano.coelho@intel.com>

Hi,

Some patches with mac80211 and cfg80211 changes from our internal
tree.

Please review, though you have already reviewed most if not all of
them ;)

Cheers,
Luca.


Avraham Stern (1):
  cfg80211: clear wep keys after disconnection

Haim Dreyfuss (3):
  cfg80211: read wmm rules from regulatory database
  mac80211: limit wmm params to comply with ETSI requirements
  cfg80211: Add API to allow querying regdb for wmm_rule

Ilan Peer (4):
  mac80211: Call mgd_prep_tx before transmitting deauthentication
  mac80211: Do not disconnect on invalid operating class
  mac80211: Fix sending ADDBA response for an ongoing session
  mac80211: agg-rx: Accept ADDBA request update if timeout did not
    change

Johannes Berg (1):
  mac80211: support reporting A-MPDU EOF bit value/known

Sara Sharon (4):
  mac80211: fix a possible leak of station stats
  mac80211: ibss: send a probe request instead of allocating station
  mac80211: fix calling sleeping function in atomic context
  mac80211: add get TID helper

 include/linux/ieee80211.h          |  12 +++
 include/net/cfg80211.h             |  28 ++++++
 include/net/ieee80211_radiotap.h   |   2 +
 include/net/mac80211.h             |  18 ++++
 include/net/regulatory.h           |  28 ++++++
 net/mac80211/agg-rx.c              |  13 ++-
 net/mac80211/cfg.c                 |   3 +
 net/mac80211/debugfs.c             |   1 +
 net/mac80211/ibss.c                |  54 +---------
 net/mac80211/ieee80211_i.h         |   7 +-
 net/mac80211/iface.c               |   3 +-
 net/mac80211/michael.c             |   2 +-
 net/mac80211/mlme.c                |  19 +++-
 net/mac80211/rc80211_minstrel_ht.c |   2 +-
 net/mac80211/rx.c                  |  10 +-
 net/mac80211/spectmgmt.c           |   7 +-
 net/mac80211/sta_info.c            |   3 +-
 net/mac80211/tx.c                  |   9 +-
 net/mac80211/util.c                |  40 ++++++++
 net/mac80211/wpa.c                 |   8 +-
 net/wireless/reg.c                 | 200 +++++++++++++++++++++++++++++++++++--
 net/wireless/sme.c                 |   2 +
 22 files changed, 380 insertions(+), 91 deletions(-)

-- 
2.15.1

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2018-02-19 12:58 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-16 16:12 [PATCH 00/13] cfg80211/mac80211 patches from our internal tree 2018-02-16 Luca Coelho
2018-02-16 16:12 ` [PATCH 01/13] mac80211: fix a possible leak of station stats Luca Coelho
2018-02-16 16:12 ` [PATCH 02/13] mac80211: ibss: send a probe request instead of allocating station Luca Coelho
2018-02-19  9:02   ` Nicolas Cavallari
2018-02-19 12:58     ` Luca Coelho
2018-02-16 16:12 ` [PATCH 03/13] mac80211: fix calling sleeping function in atomic context Luca Coelho
2018-02-16 16:12 ` [PATCH 04/13] cfg80211: clear wep keys after disconnection Luca Coelho
2018-02-16 16:12 ` [PATCH 05/13] mac80211: support reporting A-MPDU EOF bit value/known Luca Coelho
2018-02-16 16:12 ` [PATCH 06/13] mac80211: add get TID helper Luca Coelho
2018-02-16 16:12 ` [PATCH 07/13] mac80211: Call mgd_prep_tx before transmitting deauthentication Luca Coelho
2018-02-16 16:12 ` [PATCH 08/13] mac80211: Do not disconnect on invalid operating class Luca Coelho
2018-02-16 16:12 ` [PATCH 09/13] mac80211: Fix sending ADDBA response for an ongoing session Luca Coelho
2018-02-16 16:12 ` [PATCH 10/13] mac80211: agg-rx: Accept ADDBA request update if timeout did not change Luca Coelho
2018-02-19  7:04   ` kbuild test robot
2018-02-16 16:12 ` [PATCH 11/13] cfg80211: read wmm rules from regulatory database Luca Coelho
2018-02-16 16:13 ` [PATCH 12/13] mac80211: limit wmm params to comply with ETSI requirements Luca Coelho
2018-02-19  5:54   ` Kalle Valo
2018-02-19  6:35     ` Luciano Coelho
2018-02-19  9:13       ` Luca Coelho
2018-02-16 16:13 ` [PATCH 13/13] cfg80211: Add API to allow querying regdb for wmm_rule Luca Coelho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).