commit | e548c49e6dc6b08b59042930a2e90c69c13c9293 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Sep 04 17:08:23 2012 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Sep 10 11:29:17 2012 +0200 |
tree | 76973d2c36413b68fe646fedefd7d58c41645fff | |
parent | 2cc59e784b54fb95accbd5f5a9d12041eec72dbc [diff] |
mac80211: add key flag for management keys Mark keys that might be used to receive management frames so drivers can fall back on software crypto for them if they don't support hardware offload. As the new flag is only set correctly for RX keys and the existing IEEE80211_KEY_FLAG_SW_MGMT flag can only affect TX, also rename the latter to IEEE80211_KEY_FLAG_SW_MGMT_TX. Signed-off-by: Johannes Berg <johannes.berg@intel.com>