]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: call driver method when restart completes
authorJohannes Berg <johannes.berg@intel.com>
Tue, 6 Nov 2012 18:18:13 +0000 (19:18 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 9 Nov 2012 16:34:35 +0000 (17:34 +0100)
commitac5a64d18767555520eafb152a7fb72643ed179a
treed2f9154097739a3c9656920daf2b54f2c4dbde68
parent159c15cb118ddcaafcff16e22f6bd7a45d6a8b73
mac80211: call driver method when restart completes

When the driver requests a restart (reconfiguration) it
gets all the normal method calls, but can't really tell
why they're happening. Call a new restart_complete op
in the driver when the restart completes, so it could
keep its own state about the restart and clear it there.

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