From: Luis R. Rodriguez Date: Thu, 22 Jan 2009 23:05:48 +0000 (-0800) Subject: cfg80211: ignore consecutive equal regulatory hints X-Git-Tag: v2.6.30-rc1~662^2~836^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e74b1e7fb2f12db36f25af2158ee6e2940e4f138;p=pandora-kernel.git cfg80211: ignore consecutive equal regulatory hints We ignore regulatory hints for the same alpha2 if we already have processed the same alpha2 on the current regulatory domain. For a driver regulatory_hint() this means we copy onto its wiphy->regd the previously procesed regulatory domain from CRDA without having to call CRDA again. Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed