From: Luis R. Rodriguez Date: Tue, 5 Nov 2013 17:18:12 +0000 (-0800) Subject: cfg80211: move core reg_notfier() check to source X-Git-Tag: v3.14-rc1~94^2~334^2^2~127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e3802dbfe53bc27a6bf019d022d743349a8d67d;p=pandora-kernel.git cfg80211: move core reg_notfier() check to source Drivers that set the WIPHY_FLAG_CUSTOM_REGULATORY skip the core world regulatory domain updates, but do want their reg_notifier() called. Move the check for this closer to the source of the check that detected skipped was required and while at it add a helper for the notifier calling. This has no functional changes. This brings together the place where we call the reg_notifier() will be called. Signed-off-by: Luis R. Rodriguez Signed-off-by: Johannes Berg --- Reading git-diff-tree failed