]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mac80211: replace restart_complete() with reconfig_complete()
authorEliad Peller <eliad@wizery.com>
Tue, 4 Nov 2014 09:43:54 +0000 (11:43 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 4 Nov 2014 12:49:00 +0000 (13:49 +0100)
commitcf2c92d840c1424bcb3bb501147c79c9b067ad77
tree60629accc499abd5c660e5330ea5880942672e3e
parent13a8098af93e31788684c1f2682739beb93dc680
mac80211: replace restart_complete() with reconfig_complete()

Drivers might want to know also when mac80211 has
completed reconfiguring after resume (e.g. in order
to know when frames can be passed to mac80211).

Rename restart_complete() to a more-generic reconfig_complete(),
and add a new enum to indicate the reconfiguration type.

Update the current users with the new prototype.

Signed-off-by: Eliad Peller <eliadx.peller@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/ath/ath10k/core.h
drivers/net/wireless/ath/ath10k/mac.c
drivers/net/wireless/iwlwifi/mvm/mac80211.c
include/net/mac80211.h
net/mac80211/driver-ops.h
net/mac80211/trace.h
net/mac80211/util.c