OSDN Git Service

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)
commit69d41b5a9c9d8d24c0faeb376fc2f52fc810d855
tree1289a38176a7b697b6f50af7b783ca4d26cf52f5
parenteef25a6679adb3cc73b611cf6c78386f54df0e0f
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