]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: fix lookup when adding AddBA extension element
authorJohannes Berg <johannes.berg@intel.com>
Mon, 29 Nov 2021 13:32:46 +0000 (15:32 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 14 Dec 2021 10:21:05 +0000 (11:21 +0100)
commitf6c1205135b9c91d79cb2c7fd30415147ad68463
tree13f4dc310ff7f49f837b19f8c61faf1eb7710894
parent9b5ea3595a5f9532fb3ede932060b73d81231628
mac80211: fix lookup when adding AddBA extension element

We should be doing the HE capabilities lookup based on the full
interface type so if P2P doesn't have HE but client has it doesn't
get confused. Fix that.

Fixes: dbe4d1f201d5 ("mac80211: add support for the ADDBA extension element")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20211129152938.010fc1d61137.If3a468145f29d670cb00a693bed559d8290ba693@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/agg-rx.c