]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - net/mac80211/cfg.c
mac80211: add explicit AP/GO driver operations
authorJohannes Berg <johannes.berg@intel.com>
Fri, 19 Oct 2012 13:44:42 +0000 (15:44 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 26 Oct 2012 10:57:06 +0000 (12:57 +0200)
commit1041638f2bba0f1de75e66086d50fb1251d64dcf
tree95d5ea3a83302d27887dcdc2d425682216937f3f
parent7b20b8e8d70a0f4f18c254b42e5b157f93731e9f
mac80211: add explicit AP/GO driver operations

Depending on the driver, a lot of setup may be
necessary to start operating as an AP, some of
which may fail. Add an explicit AP start driver
method to make such failures easier to handle,
and add an AP stop driver method for symmetry.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/cfg.c
net/mac80211/driver-ops.h
net/mac80211/pm.c
net/mac80211/trace.h
net/mac80211/util.c