wifi: mac80211: do link->MLD address translation on RX
authorJohannes Berg <johannes.berg@intel.com>
Thu, 14 Jul 2022 21:47:32 +0000 (23:47 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 15 Jul 2022 09:43:23 +0000 (11:43 +0200)
commit42fb9148c078004d07b4c39bd7b1086b6165780c
tree321eec9a4a49c254f475fcd9c66ae9e3862f5f7b
parent3e0278b717b077f9ccf0280580ce6c5eb9c4dbac
wifi: mac80211: do link->MLD address translation on RX

In some cases, e.g. with Qualcomm devices and management
frames, or in hwsim, frames may be reported from the driver
with link addresses, but for decryption and matching needs
we really want to have them with MLD addresses. Support the
translation on RX.

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