linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] random patches to mac80211
@ 2015-07-08 12:41 Emmanuel Grumbach
  2015-07-08 12:41 ` [PATCH 01/10] mac80211: Add support for declaring MU-MIMO capability Emmanuel Grumbach
                   ` (9 more replies)
  0 siblings, 10 replies; 18+ messages in thread
From: Emmanuel Grumbach @ 2015-07-08 12:41 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless, Emmanuel Grumbach

Hi Johannes,

Here are the patches that we had on our internal tree.
There are other patches that have been sent the ML already
and that I couldn't find in mac80211-next.

Arik Nemtsov (3):
  cfg80211: use RTNL locked reg_can_beacon for IR-relaxation
  mac80211: TDLS: handle chan-switch in RTNL locked work
  mac80211: TDLS: deny ch-switch req on disallowed channels

Avri Altman (1):
  mac80211: enable changing netdev features with ethtool

Eliad Peller (1):
  mac80211: clear local->suspended before calling drv_resume()

Gregory Greenman (1):
  mac80211: add possibility to advertise 802.11 FTM support

Johannes Berg (3):
  mac80211: remove ieee80211_aes_cmac_calculate_k1_k2()
  mac80211: shut down interfaces before destroying interface list
  mac80211: allow drivers to set netdev hw_features

Sara Sharon (1):
  mac80211: Add support for declaring MU-MIMO capability

 include/linux/ieee80211.h  |  6 ++++
 include/net/cfg80211.h     | 17 +++++++++
 include/net/mac80211.h     | 29 +++++++--------
 net/mac80211/aes_cmac.c    | 17 ---------
 net/mac80211/debugfs.c     |  1 +
 net/mac80211/driver-ops.h  | 22 ++++++++++++
 net/mac80211/ieee80211_i.h | 18 +++++++---
 net/mac80211/iface.c       | 69 +++++++++++++++++++++++++++--------
 net/mac80211/main.c        | 16 ++++++---
 net/mac80211/mlme.c        | 37 ++++++++++++++++++-
 net/mac80211/rx.c          |  5 ++-
 net/mac80211/tdls.c        | 89 ++++++++++++++++++++++++++++++++++------------
 net/mac80211/trace.h       | 28 +++++++++++++++
 net/mac80211/util.c        | 18 +++++++---
 net/wireless/chan.c        | 45 +++++++++++++++++------
 net/wireless/nl80211.c     | 14 ++++----
 net/wireless/reg.c         |  2 +-
 net/wireless/trace.h       | 11 +++---
 18 files changed, 337 insertions(+), 107 deletions(-)

-- 
2.1.4


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

end of thread, other threads:[~2015-08-13  9:32 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-08 12:41 [PATCH 00/10] random patches to mac80211 Emmanuel Grumbach
2015-07-08 12:41 ` [PATCH 01/10] mac80211: Add support for declaring MU-MIMO capability Emmanuel Grumbach
2015-07-08 12:41 ` [PATCH 02/10] cfg80211: use RTNL locked reg_can_beacon for IR-relaxation Emmanuel Grumbach
2015-07-17 13:18   ` Johannes Berg
2015-07-08 12:41 ` [PATCH 03/10] mac80211: TDLS: handle chan-switch in RTNL locked work Emmanuel Grumbach
2015-07-08 12:41 ` [PATCH 04/10] mac80211: TDLS: deny ch-switch req on disallowed channels Emmanuel Grumbach
2015-07-08 12:41 ` [PATCH 05/10] mac80211: clear local->suspended before calling drv_resume() Emmanuel Grumbach
2015-07-17 13:45   ` Johannes Berg
2015-07-08 12:41 ` [PATCH 06/10] mac80211: remove ieee80211_aes_cmac_calculate_k1_k2() Emmanuel Grumbach
2015-07-17 13:43   ` Johannes Berg
2015-08-13  9:32     ` Johannes Berg
2015-07-08 12:41 ` [PATCH 07/10] mac80211: add possibility to advertise 802.11 FTM support Emmanuel Grumbach
2015-07-17 13:44   ` Johannes Berg
2015-07-08 12:41 ` [PATCH 08/10] mac80211: shut down interfaces before destroying interface list Emmanuel Grumbach
2015-07-17  9:16   ` Johannes Berg
2015-07-08 12:41 ` [PATCH 09/10] mac80211: allow drivers to set netdev hw_features Emmanuel Grumbach
2015-07-08 12:41 ` [PATCH 10/10] mac80211: enable changing netdev features with ethtool Emmanuel Grumbach
2015-07-17 13:46   ` Johannes Berg

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).