OSDN Git Service

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)
commitdca9ca2d588bd2c0989c671f048540b82e57cf1e
treefc7438876e9248a3227b28806404d90de40afa20
parent3c23215ba8c70c0e9b16beffb7f700a401391e38
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