All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] various mac80211 / cfg80211 patches
@ 2015-12-08 14:04 Emmanuel Grumbach
  2015-12-08 14:04 ` [PATCH 1/9] mac80211: process and save VHT MU-MIMO group frame Emmanuel Grumbach
                   ` (8 more replies)
  0 siblings, 9 replies; 23+ messages in thread
From: Emmanuel Grumbach @ 2015-12-08 14:04 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless, Emmanuel Grumbach

Hi Johannes,

This is a mix of a few random things. A few of things seem
to deserved to be merge in mac80211.git, but all this is
based on mac80211-next.git.

Emmanuel Grumbach (1):
  mac80211: limit the A-MSDU Tx based on peer's capabilities

Eyal Shapira (1):
  mac80211: handle width changes from opmode notification IE in beacon

Johannes Berg (4):
  mac80211: document status.freq restrictions
  mac80211: suppress unchanged "limiting TX power" messages
  mac80211: run scan completed work on reconfig failure
  mac80211: reprogram in interface order

Sara Sharon (3):
  mac80211: process and save VHT MU-MIMO group frame
  mac80211: add flag for duplication check
  mac80211: pass aggregation window size to lower level

 include/linux/ieee80211.h  |  26 ++++++++++
 include/net/mac80211.h     |  43 +++++++++++++++--
 net/mac80211/agg-rx.c      |   2 +-
 net/mac80211/cfg.c         |  32 ++++++++++++-
 net/mac80211/ht.c          |   5 ++
 net/mac80211/ieee80211_i.h |   6 ++-
 net/mac80211/iface.c       |  10 ++++
 net/mac80211/mlme.c        |  24 +++++++---
 net/mac80211/rx.c          |  11 ++++-
 net/mac80211/util.c        | 116 ++++++++++++++++++++++++++-------------------
 net/mac80211/vht.c         |  53 ++++++++++++++++++---
 11 files changed, 254 insertions(+), 74 deletions(-)

-- 
2.5.0


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

end of thread, other threads:[~2015-12-09  7:00 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-08 14:04 [PATCH 0/9] various mac80211 / cfg80211 patches Emmanuel Grumbach
2015-12-08 14:04 ` [PATCH 1/9] mac80211: process and save VHT MU-MIMO group frame Emmanuel Grumbach
2015-12-08 14:04 ` [PATCH 2/9] mac80211: limit the A-MSDU Tx based on peer's capabilities Emmanuel Grumbach
2015-12-08 16:02   ` Krishna Chaitanya
2015-12-08 16:31     ` Grumbach, Emmanuel
     [not found]       ` <CABPxzYKp-97mNgtZZubiQ3Ew2VjOh-hFRPRwLY5WLvac9kU32g@mail.gmail.com>
2015-12-08 16:43         ` Grumbach, Emmanuel
     [not found]           ` <CABPxzYKZ8k1HvkygEuEy4dhc4xcc2ss9Bt8jJKcQ98DWZK9pvw@mail.gmail.com>
2015-12-08 19:06             ` Grumbach, Emmanuel
     [not found]               ` <CABPxzYJ445Xb1-znpG8w_8cUbZ1OVtBCCpgY9gOTPTpcs66DAQ@mail.gmail.com>
2015-12-08 19:22                 ` Grumbach, Emmanuel
2015-12-09  7:00                   ` Krishna Chaitanya
2015-12-08 14:04 ` [PATCH 3/9] mac80211: add flag for duplication check Emmanuel Grumbach
2015-12-08 14:04 ` [PATCH 4/9] mac80211: pass aggregation window size to lower level Emmanuel Grumbach
2015-12-08 14:04 ` [PATCH 5/9] mac80211: document status.freq restrictions Emmanuel Grumbach
2015-12-08 14:04 ` [PATCH 6/9] mac80211: handle width changes from opmode notification IE in beacon Emmanuel Grumbach
2015-12-08 15:38   ` Krishna Chaitanya
2015-12-08 15:42     ` Johannes Berg
2015-12-08 15:47       ` Krishna Chaitanya
2015-12-08 15:53         ` Johannes Berg
2015-12-08 15:55           ` Krishna Chaitanya
2015-12-08 15:58             ` Johannes Berg
2015-12-08 16:03               ` Krishna Chaitanya
2015-12-08 14:04 ` [PATCH 7/9] mac80211: suppress unchanged "limiting TX power" messages Emmanuel Grumbach
2015-12-08 14:04 ` [PATCH 8/9] mac80211: run scan completed work on reconfig failure Emmanuel Grumbach
2015-12-08 14:04 ` [PATCH 9/9] mac80211: reprogram in interface order Emmanuel Grumbach

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.