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)
commit95f498bb49f7030c1f40236107e5241e50f79ade
treedb02699411bf2d85d705e3a01cc96701d471469c
parent2ec833a5aafc49142a9b2988a3225ebfa47ccd27
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