]> 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)
commitf65b35c5e6bc06e68587a2e6732b86f1f05f9591
treedb02699411bf2d85d705e3a01cc96701d471469c
parent2e3a2ce8ed9eccd4e81c7e31f7c8175156b19931
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