linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/16] Various patches from our internal tree
@ 2015-03-01  7:09 Emmanuel Grumbach
  2015-03-01  7:10 ` [PATCH 01/16] mac80211: Update beacon's timing and DTIM count on every beacon Emmanuel Grumbach
                   ` (16 more replies)
  0 siblings, 17 replies; 20+ messages in thread
From: Emmanuel Grumbach @ 2015-03-01  7:09 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless, Emmanuel Grumbach

Hi Johannes,

Here is a sync from out internal tree. This includes a few
patches from you as well.
This is currently based on mac80211.git, but it applies on
mac80211-next.git as well.

Alexander Bondar (1):
  mac80211: Update beacon's timing and DTIM count on every beacon

Arik Nemtsov (4):
  mac80211: TDLS: support VHT between peers
  mac80211: allow TDLS setup code to take wdev lock
  mac80211: update TDLS sta spatial streams before auth
  mac80211: allow iterating inactive interfaces

Avri Altman (1):
  mac80211: tell drivers the user TX power restriction

Eliad Peller (1):
  cfg80211: add operating classes 128-130

Johannes Berg (5):
  mac80211: fix another suspend vs. association race
  mac80211: don't do driver suspend with auth/assoc in progress
  mac80211: start queues if driver rejected wowlan
  mac80211: check and dequeue skb in ieee80211_tx_prepare_skb()
  nl80211: prohibit mixing 'any' and regular wowlan triggers

Luciano Coelho (4):
  mac80211: handle drv_add_interface failures properly during reconfig
  mac80211: remove useless double check for open_count in
    __ieee80211_suspend()
  mac80211: remove duplicate check for quiescing when queueing work
  mac80211: remove channel_switch_beacon operation

 include/net/mac80211.h        |  77 ++++++++++++++++++-------
 include/uapi/linux/nl80211.h  |   2 +
 net/mac80211/cfg.c            |  49 ++++++++++++----
 net/mac80211/chan.c           |   4 +-
 net/mac80211/debugfs_netdev.c |   2 +-
 net/mac80211/driver-ops.h     |  13 -----
 net/mac80211/ieee80211_i.h    |   6 +-
 net/mac80211/iface.c          |  12 ++--
 net/mac80211/mlme.c           |  70 +++++++++++++++--------
 net/mac80211/pm.c             |  28 +++++++++-
 net/mac80211/tdls.c           | 127 ++++++++++++++++++++++++++++++++++--------
 net/mac80211/trace.h          |  25 ---------
 net/mac80211/tx.c             |   9 +++
 net/mac80211/util.c           |  83 ++++++++++++++++++++++-----
 net/mac80211/vht.c            |   4 --
 net/wireless/nl80211.c        |  22 ++++++++
 net/wireless/util.c           |   1 +
 17 files changed, 388 insertions(+), 146 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2015-03-04  9:34 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-01  7:09 [PATCH 00/16] Various patches from our internal tree Emmanuel Grumbach
2015-03-01  7:10 ` [PATCH 01/16] mac80211: Update beacon's timing and DTIM count on every beacon Emmanuel Grumbach
2015-03-01  7:10 ` [PATCH 02/16] cfg80211: add operating classes 128-130 Emmanuel Grumbach
2015-03-01  7:10 ` [PATCH 03/16] mac80211: TDLS: support VHT between peers Emmanuel Grumbach
2015-03-01  7:10 ` [PATCH 04/16] mac80211: fix another suspend vs. association race Emmanuel Grumbach
2015-03-01  7:10 ` [PATCH 05/16] mac80211: handle drv_add_interface failures properly during reconfig Emmanuel Grumbach
2015-03-01  7:10 ` [PATCH 06/16] mac80211: tell drivers the user TX power restriction Emmanuel Grumbach
2015-03-04  9:34   ` Johannes Berg
2015-03-01  7:10 ` [PATCH 07/16] mac80211: don't do driver suspend with auth/assoc in progress Emmanuel Grumbach
2015-03-01  7:10 ` [PATCH 08/16] mac80211: remove useless double check for open_count in __ieee80211_suspend() Emmanuel Grumbach
2015-03-01  7:10 ` [PATCH 09/16] mac80211: start queues if driver rejected wowlan Emmanuel Grumbach
2015-03-01  7:10 ` [PATCH 10/16] mac80211: allow TDLS setup code to take wdev lock Emmanuel Grumbach
2015-03-01  7:10 ` [PATCH 11/16] mac80211: remove duplicate check for quiescing when queueing work Emmanuel Grumbach
2015-03-01  7:10 ` [PATCH 12/16] mac80211: update TDLS sta spatial streams before auth Emmanuel Grumbach
2015-03-01  7:10 ` [PATCH 13/16] mac80211: check and dequeue skb in ieee80211_tx_prepare_skb() Emmanuel Grumbach
2015-03-01  7:10 ` [PATCH 14/16] nl80211: prohibit mixing 'any' and regular wowlan triggers Emmanuel Grumbach
2015-03-01  7:10 ` [PATCH 15/16] mac80211: remove channel_switch_beacon operation Emmanuel Grumbach
2015-03-01  7:10 ` [PATCH 16/16] mac80211: allow iterating inactive interfaces Emmanuel Grumbach
2015-03-03  9:47 ` [PATCH 00/16] Various patches from our internal tree Johannes Berg
2015-03-03 10:01   ` 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).