]> asedeno.scripts.mit.edu Git - linux.git/commit
mac80211: add support for HE
authorLuca Coelho <luciano.coelho@intel.com>
Sat, 9 Jun 2018 06:14:44 +0000 (09:14 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 18 Jun 2018 20:40:32 +0000 (22:40 +0200)
commit41cbb0f5a29592874355e4159489eb08337cd50e
treeee56f9b9754452ae89a6f9b89efc63d2c360a50a
parentb8042b3da925f390c1482bf9dc0898dc0b3ea7b5
mac80211: add support for HE

Add support for HE in mac80211 conforming with P802.11ax_D1.4.

Johannes: Fix another bug with the buf_size comparison in agg-rx.c.

Signed-off-by: Liad Kaufman <liad.kaufman@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Signed-off-by: Ido Yariv <idox.yariv@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
14 files changed:
include/net/mac80211.h
net/mac80211/Makefile
net/mac80211/agg-rx.c
net/mac80211/agg-tx.c
net/mac80211/cfg.c
net/mac80211/he.c [new file with mode: 0644]
net/mac80211/ieee80211_i.h
net/mac80211/main.c
net/mac80211/mlme.c
net/mac80211/rx.c
net/mac80211/sta_info.c
net/mac80211/sta_info.h
net/mac80211/trace.h
net/mac80211/util.c