From: Ilan peer Date: Wed, 4 Mar 2015 05:32:07 +0000 (-0500) Subject: cfg80211: Schedule timeout for all CRDA calls X-Git-Tag: omap-for-v4.2/o2_dc~131^2~105^2~37 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeca9fce1d71;p=pandora-kernel.git cfg80211: Schedule timeout for all CRDA calls Timeout was scheduled only in case CRDA was called due to user hints, but was not scheduled for other cases. This can result in regulatory hint processing getting stuck in case that there is no CRDA configured. Change this by scheduling a timeout every time CRDA is called. In addition, in restore_regulatory_settings() all pending requests are restored (and not only the user ones). Signed-off-by: Ilan Peer Acked-by: Luis R. Rodriguez Signed-off-by: Johannes Berg --- Reading git-diff-tree failed