]> git.baikalelectronics.ru Git - kernel.git/commit
wifi: nl80211: add MLO link ID to the NL80211_CMD_FRAME TX API
authorJohannes Berg <johannes.berg@intel.com>
Mon, 18 Jul 2022 10:13:46 +0000 (12:13 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 22 Jul 2022 12:28:33 +0000 (14:28 +0200)
commite87c89f3f23aa8f5295aa9edcbc0c6180d19caf0
treedb02699411bf2d85d705e3a01cc96701d471469c
parentc699a1ff5f9d7d354d64301bd23726e888b32e0a
wifi: nl80211: add MLO link ID to the NL80211_CMD_FRAME TX API

Allow optionally specifying the link ID to transmit on,
which can be done instead of the link frequency, on an
MLD addressed frame. Both can also be omitted in which
case the frame must be MLD addressed and link selection
(and address translation) will be done on lower layers.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/wireless/nl80211.c