From: Felix Fietkau Date: Thu, 7 Jan 2010 19:23:53 +0000 (+0100) Subject: mac80211: add missing sanity checks for action frames X-Git-Tag: v2.6.33-rc5~71^2~13^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d79074488083ec0d7ecd15352192dc1631f25643;p=pandora-kernel.git mac80211: add missing sanity checks for action frames Various missing sanity checks caused rejected action frames to be interpreted as channel switch announcements, which can cause a client mode interface to switch away from its operating channel, thereby losing connectivity. This patch ensures that only spectrum management action frames are processed by the CSA handling function and prevents rejected action frames from getting processed by the MLME code. Signed-off-by: Felix Fietkau Cc: stable@kernel.org Signed-off-by: John W. Linville --- Reading git-diff-tree failed