nl80211: add attributes to set beacon transmit mode
authorJohn Crispin <john@phrozen.org>
Thu, 4 Jun 2020 06:31:22 +0000 (08:31 +0200)
committerJohn Crispin <john@phrozen.org>
Thu, 4 Jun 2020 09:51:59 +0000 (11:51 +0200)
commitb54a0b4acfab15ab783e0fe4305d37ecc8623e42
tree14e5784302734c3da44090791003bcbb07601c49
parent98bf858ff7da371d92c096d0129c615d2c8f3910
nl80211: add attributes to set beacon transmit mode

Beacons on a radio can be sent out in burst (back to back) or staggered
(equally spread out over time) mode. This patch adds the required nl80211
attributes allowing us to configure this from userland.

Signed-off-by: John Crispin <john@phrozen.org>
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/wireless/nl80211.c