From: Jouni Malinen Date: Mon, 11 May 2009 18:57:55 +0000 (+0300) Subject: nl80211: Validate MFP flag type when parsing STA flags X-Git-Tag: v2.6.31-rc1~330^2~387^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e46724a48fcc3bac1fecea413d20af64a75844f;p=pandora-kernel.git nl80211: Validate MFP flag type when parsing STA flags NL80211_STA_FLAG_MFP was forgotten from sta_flags_policy. The previous version added the flag due to the loop used in parse_station_flags, but the proper behavior would be to allow nla_parse_nested() to go through the policy for all flags. Signed-off-by: Jouni Malinen Signed-off-by: John W. Linville --- Reading git-diff-tree failed