cfg80211: don't WARN about two consecutive Country IE hint
commit8ddc4f7e414ab53c5038784811e7b8a6dc009200
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 2 Dec 2014 07:53:25 +0000 (2 09:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Jan 2015 16:18:54 +0000 (27 08:18 -0800)
tree30654c66d670db66169a79c5fbe630d0cc11b6ec
parentb3bae233fe5884b1e1dda4d381ca8082614921e0
cfg80211: don't WARN about two consecutive Country IE hint

commit 70dcec5a488a7b81779190ac8089475fe4b8b962 upstream.

This can happen and there is no point in added more
detection code lower in the stack. Catching these in one
single point (cfg80211) is enough. Stop WARNING about this
case.

This fixes:
https://bugzilla.kernel.org/show_bug.cgi?id=89001

Fixes: 2f1c6c572d7b ("cfg80211: process non country IE conflicting first")
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/wireless/reg.c