From: Johannes Berg Date: Wed, 24 Oct 2012 12:19:53 +0000 (+0200) Subject: mac80211: use blacklist for duplicate IE check X-Git-Tag: v3.7-rc4~5^2~20^2^2~3^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9690fb169b433a66485c808e4fc352b8a0f8d866;p=pandora-kernel.git mac80211: use blacklist for duplicate IE check Instead of the current whitelist which accepts duplicates only for the quiet and vendor IEs, use a blacklist of all IEs (that we currently parse) that can't be duplicated. This avoids detecting a beacon as corrupt in the future when new IEs are added that can be duplicated. Cc: stable@vger.kernel.org Signed-off-by: Paul Stewart Signed-off-by: Johannes Berg --- Reading git-diff-tree failed