commit | ac4c977d16d843f12901595c91773dddb65768a9 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Aug 12 15:37:29 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Aug 24 16:27:55 2010 -0400 |
tree | 81fdd35a49a82b810a5e42c22e49e9952930aec1 | |
parent | 633adf1ad1c92c02bd3f10bbd73737a969179378 [diff] |
mac80211: remove unused don't-encrypt flag When MFP is disabled, action frames will not be encrypted since they are management frames and the only management frames that can then be encrypted are authentication frames. Therefore, setting the don't-encrypt flag on action frames is unnecessary. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>