linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC 0/3] cfg80211/mac80211: add support for IEEE802.11ax
@ 2018-05-18 14:05 Luca Coelho
  2018-05-18 14:05 ` [RFC 1/3] cfg80211: Add support for HE Luca Coelho
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Luca Coelho @ 2018-05-18 14:05 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless, Luca Coelho

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

Hi,

This series contain a squashed version of our internal series of
patches that add support for IEEE802.11ax draft v1.4.  It is a
combination of over 40 patches, so I may have made some mistakes when
squashing and splitting parts of to the right place, thus I'm sending
as an RFC.

I split it into 3 different patches, as you can see, one with cfg80211
changes, one with radiotap changes and one with mac80211 changes.

Please review them and let me know if anything needs to be changed.
I've been rather sparse in the commit logs, so suggestions for
improvements are welcome.

Cheers,
Luca.


Luca Coelho (3):
  cfg80211: Add support for HE
  radiotap: add structs for HE
  mac80211: add support for HE

 drivers/net/wireless/realtek/rtlwifi/base.c |   2 +-
 drivers/staging/rtl8188eu/include/wifi.h    |   1 -
 drivers/staging/rtl8712/wifi.h              |   1 -
 drivers/staging/rtl8723bs/include/wifi.h    |   1 -
 include/linux/ieee80211.h                   | 431 +++++++++++++++++++-
 include/net/cfg80211.h                      | 102 ++++-
 include/net/ieee80211_radiotap.h            | 111 +++++
 include/net/mac80211.h                      |  64 ++-
 include/uapi/linux/nl80211.h                |  87 +++-
 net/mac80211/Makefile                       |   1 +
 net/mac80211/agg-rx.c                       |   8 +-
 net/mac80211/agg-tx.c                       |  19 +-
 net/mac80211/cfg.c                          |   5 +
 net/mac80211/he.c                           |  55 +++
 net/mac80211/ieee80211_i.h                  |  16 +
 net/mac80211/main.c                         |  19 +-
 net/mac80211/mlme.c                         | 277 ++++++++++++-
 net/mac80211/rx.c                           | 127 +++++-
 net/mac80211/sta_info.c                     |  15 +-
 net/mac80211/sta_info.h                     |  20 +-
 net/mac80211/trace.h                        |   2 +-
 net/mac80211/util.c                         | 120 +++++-
 net/wireless/core.c                         |  21 +-
 net/wireless/nl80211.c                      |  99 ++++-
 net/wireless/util.c                         |  82 ++++
 25 files changed, 1633 insertions(+), 53 deletions(-)
 create mode 100644 net/mac80211/he.c

-- 
2.17.0

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

end of thread, other threads:[~2018-05-28  9:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-18 14:05 [RFC 0/3] cfg80211/mac80211: add support for IEEE802.11ax Luca Coelho
2018-05-18 14:05 ` [RFC 1/3] cfg80211: Add support for HE Luca Coelho
2018-05-21 19:47   ` Arend van Spriel
2018-05-25 10:11     ` Luca Coelho
2018-05-25 10:34       ` Arend van Spriel
2018-05-25 19:51       ` Luca Coelho
2018-05-28  9:05         ` Arend van Spriel
2018-05-18 14:05 ` [RFC 2/3] radiotap: add structs " Luca Coelho
2018-05-18 14:05 ` [RFC 3/3] mac80211: add support " 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).