]> git.baikalelectronics.ru Git - kernel.git/commit
wifi: mac80211: add MLO link ID to TX frame metadata
authorJohannes Berg <johannes.berg@intel.com>
Thu, 9 Jun 2022 20:05:07 +0000 (22:05 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 20 Jun 2022 10:56:04 +0000 (12:56 +0200)
commit6d33339ed9aed089004555c443a3eb34b8c963a2
tree1289a38176a7b697b6f50af7b783ca4d26cf52f5
parentb36ed6db9c408813aa036fdaddfe0c75dc1e1afe
wifi: mac80211: add MLO link ID to TX frame metadata

Take a few bits out of the control.flags to add the link ID
to TX frame metadata, so drivers don't need to look it up
by the address themselves. Implement that lookup where it's
needed, for internal frame TX, and set it to "unspecified"
for data transmissions.

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