wifi: mac80211: fix AddBA response addressing
authorJohannes Berg <johannes.berg@intel.com>
Fri, 16 Sep 2022 17:15:52 +0000 (19:15 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 7 Oct 2022 13:24:11 +0000 (15:24 +0200)
commit3903963ed93dda7923144fd8b25fdfe0c3fd7437
tree1806ec9888b11308d104ba86e6b3143ebe7f3eea
parent9beed8de806644b59729d862e66e8a4eef894fa8
wifi: mac80211: fix AddBA response addressing

Since this frame is addressed from/to an MLD, it should be
built with the correct AP MLD address (in station mode) to
be encrypted properly.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/agg-rx.c