OSDN Git Service

wifi: mac80211: use link ID for MLO in queued frames
authorJohannes Berg <johannes.berg@intel.com>
Wed, 17 Aug 2022 19:57:19 +0000 (21:57 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 25 Aug 2022 08:41:18 +0000 (10:41 +0200)
commit4f6c78de324b971494c5bbf2cae88b414ea88853
tree4ffcd2a3e232742eb354cf730c62247cf4bb2604
parent43635a5a447c71c43495c44ee7d8de27c987fcc0
wifi: mac80211: use link ID for MLO in queued frames

When queuing frames to an interface store the link ID we
determined (which possibly came from the driver in the
RX status in the first place) in the RX status, and use
it in the MLME code to send probe responses, beacons and
CSA frames to the right link.

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