]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: don't WARN about two consecutive Country IE hint
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 2 Dec 2014 07:53:25 +0000 (09:53 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 12 Dec 2014 12:29:02 +0000 (13:29 +0100)
commit611ab9df36c581b4c1385c618ed9e1d432b39ca1
treea887e6243a6e48b686b5cbb28eba8f3eb21a0d0e
parentd3ee45af06fdc0da8f79de6410d2a1665d556374
cfg80211: don't WARN about two consecutive Country IE hint

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

Cc: stable@vger.kernel.org
Fixes: 7cc7f0539f87 ("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>
net/wireless/reg.c