mac80211: add key flag for management keys
authorJohannes Berg <johannes.berg@intel.com>
Tue, 4 Sep 2012 15:08:23 +0000 (17:08 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 10 Sep 2012 09:29:17 +0000 (11:29 +0200)
commite548c49e6dc6b08b59042930a2e90c69c13c9293
tree76973d2c36413b68fe646fedefd7d58c41645fff
parent2cc59e784b54fb95accbd5f5a9d12041eec72dbc
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>
drivers/net/wireless/ath/ath5k/mac80211-ops.c
drivers/net/wireless/ath/ath9k/htc_drv_main.c
drivers/net/wireless/ath/ath9k/main.c
include/net/mac80211.h
net/mac80211/cfg.c
net/mac80211/tx.c