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)
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>

No differences found