]> git.ipfire.org Git - thirdparty/linux.git/commit - include/net/cfg80211.h
nl80211: support vendor-specific events
authorJohannes Berg <johannes.berg@intel.com>
Wed, 18 Dec 2013 13:43:31 +0000 (14:43 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 19 Dec 2013 12:40:31 +0000 (13:40 +0100)
commit567ffc3509b2d3f965a49a18631d3da7f9a96d4f
tree844230d68e94ef86fb8958ed89676ff9349b11d0
parenta7022e65c68ad89d6eb64f21aa4831c3822403d4
nl80211: support vendor-specific events

In addition to vendor-specific commands, also support vendor-specific
events. These must be registered with cfg80211 before they can be used.
They're also advertised in nl80211 in the wiphy information so that
userspace knows can be expected. The events themselves are sent on a
new multicast group called "vendor".

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/wireless/nl80211.c