cfg80211: reduce connect key caching struct size
authorJohannes Berg <johannes.berg@intel.com>
Tue, 13 Sep 2016 14:39:38 +0000 (16:39 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 13 Sep 2016 18:20:54 +0000 (20:20 +0200)
commit89b706fb28e431fa7639348536c284fb375eb3c0
tree06fdb3e6e1f5f6cc573fc17b3732df8579dfb61d
parente9c8f8d3a4d54106a30f2b981b53d658c9bc0c8e
cfg80211: reduce connect key caching struct size

After the previous patches, connect keys can only (correctly)
be used for storing static WEP keys. Therefore, remove all the
data for dealing with key index 4/5 and reduce the size of the
key material to the maximum for WEP keys.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/core.h
net/wireless/ibss.c
net/wireless/nl80211.c
net/wireless/util.c
net/wireless/wext-compat.c
net/wireless/wext-sme.c