]> 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)
commit2d1ea388fd11bdf0968b4bcbe93cd467fe7ba402
tree1289a38176a7b697b6f50af7b783ca4d26cf52f5
parentc871ddb1df34d634b3921f949d6287616dd225ea
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