]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4e072b1985d596f7a43b270713fcc0ecb48ee7f0
tree76973d2c36413b68fe646fedefd7d58c41645fff
parent8fbdfd1b039534020a89e35e11089deb0f4186a7
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