commit | 9214ad7f9a0bfbfb2c204305e7391ce8b7fe4d29 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Nov 06 19:18:13 2012 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Nov 09 17:34:35 2012 +0100 |
tree | d2f9154097739a3c9656920daf2b54f2c4dbde68 | |
parent | 60762cbfebafe41425e39d32efc07f260d4a100c [diff] |
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>