From: Eliad Peller Date: Tue, 4 Nov 2014 09:43:54 +0000 (+0200) Subject: mac80211: replace restart_complete() with reconfig_complete() X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~234^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf2c92d840c1424bcb3bb501147c79c9b067ad77;p=pandora-kernel.git 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 Signed-off-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- Reading git-diff-tree failed