]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite7ad52d6fea6e8909b0d76b4d1bf6f53ba151e48
tree95d5ea3a83302d27887dcdc2d425682216937f3f
parent39e4dc2a22b747e0179a32ab8c533f6d112563ab
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