]> git.baikalelectronics.ru Git - kernel.git/commit
nl80211: add ability to report TX status for control port TX
authorMarkus Theil <markus.theil@tu-ilmenau.de>
Fri, 8 May 2020 14:42:00 +0000 (16:42 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 27 May 2020 08:02:04 +0000 (10:02 +0200)
commit53a9bf45eab1bc0175534aa09401e30a6a60ee61
treefc7438876e9248a3227b28806404d90de40afa20
parent9ac4ad55351247413c4fe97b0fcb05ca79faa697
nl80211: add ability to report TX status for control port TX

This adds the necessary capabilities in nl80211 to allow drivers to
assign a cookie to control port TX frames (returned via extack in
the netlink ACK message of the command) and then later report the
frame's status.

Signed-off-by: Markus Theil <markus.theil@tu-ilmenau.de>
Link: https://lore.kernel.org/r/20200508144202.7678-2-markus.theil@tu-ilmenau.de
[use extack cookie instead of explicit message, recombine patches]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/mac80211/ieee80211_i.h
net/mac80211/tx.c
net/wireless/nl80211.c
net/wireless/rdev-ops.h
net/wireless/trace.h