From: Johannes Berg Date: Mon, 8 Sep 2008 13:41:59 +0000 (+0200) Subject: mac80211: fix action frame length checks X-Git-Tag: v2.6.28-rc1~717^2~292^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c80d3dc272ec5ce44a7564e5392f950ad38357a;p=pandora-kernel.git mac80211: fix action frame length checks The action frame length checks are one too small, there's not just an action code as the comment makes you believe, there's a category code too, and the category code is required in each action frame (hence part of IEEE80211_MIN_ACTION_SIZE). Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed