]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit68941c45392d3b9302a280666739a5f701223ce4
tree4ffcd2a3e232742eb354cf730c62247cf4bb2604
parentdc9279b148fcf23680d3f23a67cd7e08c5ed812c
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