commit | 89b706fb28e431fa7639348536c284fb375eb3c0 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Sep 13 16:39:38 2016 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Sep 13 20:20:54 2016 +0200 |
tree | 06fdb3e6e1f5f6cc573fc17b3732df8579dfb61d | |
parent | e9c8f8d3a4d54106a30f2b981b53d658c9bc0c8e [diff] |
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>