mac80211: AMPDU handling for Extended Key ID
authorAlexander Wetzel <alexander@wetzel-home.de>
Mon, 6 May 2019 19:01:48 +0000 (21:01 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 14 Jun 2019 12:05:35 +0000 (14:05 +0200)
commit90cc4bd611903c77b29b94aa03ced6ad79229065
tree91493cc3bc2e68e530ed0656a4a2989a6842f409
parent1a28ed213696b379a64540ce1a879a07e36b44db
mac80211: AMPDU handling for Extended Key ID

IEEE 802.11 - 2016 forbids mixing MPDUs with different keyIDs in one
A-MPDU. Drivers supporting A-MPDUs and Extended Key ID must actively
enforce that requirement due to the available two unicast keyIDs.

Allow driver to signal mac80211 that they will not check the keyID in
MPDUs when aggregating them and that they expect mac80211 to stop Tx
aggregation when rekeying a connection using Extended Key ID.

Signed-off-by: Alexander Wetzel <alexander@wetzel-home.de>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/debugfs.c
net/mac80211/key.c