commit | 0e46724a48fcc3bac1fecea413d20af64a75844f | [log] [tgz] |
---|---|---|
author | Jouni Malinen <jouni.malinen@atheros.com> | Mon May 11 21:57:55 2009 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Wed May 13 15:44:33 2009 -0400 |
tree | de07f6d714e7dc2cae05df5a1f69c3aa0fb46397 | |
parent | 08645126dd24872c2e27014f93968f7312e29176 [diff] |
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 <jouni.malinen@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>