From: Luis R. Rodriguez Date: Wed, 20 Oct 2010 17:18:54 +0000 (-0700) Subject: cfg80211: fix allowing country IEs for WIPHY_FLAG_STRICT_REGULATORY X-Git-Tag: v2.6.37.1~192 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ccdd7260400862eb08b1ece43d08e21a4f4406e;p=pandora-kernel.git cfg80211: fix allowing country IEs for WIPHY_FLAG_STRICT_REGULATORY commit 749b527b21465fb079796c03ffb4302584dc31c1 upstream. We should be enabling country IE hints for WIPHY_FLAG_STRICT_REGULATORY even if we haven't yet recieved regulatory domain hint for the driver if it needed one. Without this Country IEs are not passed on to drivers that have set WIPHY_FLAG_STRICT_REGULATORY, today this is just all Atheros chipset drivers: ath5k, ath9k, ar9170, carl9170. This was part of the original design, however it was completely overlooked... Cc: Easwar Krishnan Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed